diff options
author | syui | 2019-12-24 14:16:31 +0900 |
---|---|---|
committer | syui | 2019-12-24 14:16:31 +0900 |
commit | 29a9db381002b5b703157c50f93ff87b88091001 (patch) | |
tree | 9426a933fceaf1ddb512e01e4315ad90fd833e02 | |
parent | 10274c3da0613207db57b604561614011b702c48 (diff) | |
download | packages-29a9db381002b5b703157c50f93ff87b88091001.tar.gz packages-29a9db381002b5b703157c50f93ff87b88091001.tar.bz2 packages-29a9db381002b5b703157c50f93ff87b88091001.zip |
update 0.3.3
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 10 deletions
@@ -1,18 +1,18 @@ | |||
1 | pkgbase = xq | 1 | pkgbase = xq |
2 | pkgdesc = xml to json convert parser | 2 | pkgdesc = xml to json convert parser |
3 | pkgver = 0.3 | 3 | pkgver = 0.3.3 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/syui/xq | 5 | url = https://github.com/syui/xq |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | arch = i686 | 7 | arch = i686 |
8 | license = MIT | 8 | license = MIT |
9 | noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq | 9 | noextract = https://github.com/syui/xq/releases/download/0.3.3/linux_386_xq |
10 | noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq | 10 | noextract = https://github.com/syui/xq/releases/download/0.3.3/linux_amd64_xq |
11 | options = !strip | 11 | options = !strip |
12 | options = !emptydirs | 12 | options = !emptydirs |
13 | source = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq | 13 | source = https://github.com/syui/xq/releases/download/0.3.3/linux_386_xq |
14 | source = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq | 14 | source = https://github.com/syui/xq/releases/download/0.3.3/linux_amd64_xq |
15 | sha1sums = 5cf3d5dc13bde112c9c771ef93f3916bdebfc726 | 15 | sha1sums = c47fa451d0f9f24a174f152a927d095b0cd3dde6 |
16 | sha1sums = 9a2750a783c2a2b3b38e8920bc5beafc8d2a4299 | 16 | sha1sums = a92b5523373e8d2f0ca8da1974f7be8eb0fb75e1 |
17 | 17 | ||
18 | pkgname = xq | 18 | pkgname = xq |
@@ -1,6 +1,6 @@ | |||
1 | # Maintainer: syui <syui@users.noreply.github.com> | 1 | # Maintainer: syui <syui@users.noreply.github.com> |
2 | pkgname=xq | 2 | pkgname=xq |
3 | pkgver=0.3.0 | 3 | pkgver=0.3.3 |
4 | pkgrel=1 | 4 | pkgrel=1 |
5 | pkgdesc="xml to json convert parser" | 5 | pkgdesc="xml to json convert parser" |
6 | arch=('x86_64' 'i686') | 6 | arch=('x86_64' 'i686') |
@@ -10,8 +10,8 @@ license=('MIT') | |||
10 | source=("$url/releases/download/$pkgver/linux_386_$pkgname" | 10 | source=("$url/releases/download/$pkgver/linux_386_$pkgname" |
11 | "$url/releases/download/$pkgver/linux_amd64_$pkgname") | 11 | "$url/releases/download/$pkgver/linux_amd64_$pkgname") |
12 | noextract=(${source[@]%%::*}) | 12 | noextract=(${source[@]%%::*}) |
13 | sha1sums=('5cf3d5dc13bde112c9c771ef93f3916bdebfc726' | 13 | sha1sums=('c47fa451d0f9f24a174f152a927d095b0cd3dde6' |
14 | '9a2750a783c2a2b3b38e8920bc5beafc8d2a4299') | 14 | 'a92b5523373e8d2f0ca8da1974f7be8eb0fb75e1') |
15 | 15 | ||
16 | package() { | 16 | package() { |
17 | mkdir -p ${srcdir}/${pkgname}-${pkgver} | 17 | mkdir -p ${srcdir}/${pkgname}-${pkgver} |