summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyui2019-12-24 13:26:12 +0900
committersyui2019-12-24 13:26:12 +0900
commit10274c3da0613207db57b604561614011b702c48 (patch)
treead41c483a56c504afcfeb664ab09fb9c38fc112c
parent54a1a491c007639e6c603bc3e4e8f1524a6edeb0 (diff)
downloadaur-10274c3da0613207db57b604561614011b702c48.tar.gz
update 0.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a120dba5f28..60b5b18b9714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = xq
pkgdesc = xml to json convert parser
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/syui/xq
arch = x86_64
arch = i686
license = MIT
- noextract = https://github.com/syui/xq/releases/download/0.2.1/linux_386_xq
- noextract = https://github.com/syui/xq/releases/download/0.2.1/linux_amd64_xq
+ noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq
+ noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq
options = !strip
options = !emptydirs
- source = https://github.com/syui/xq/releases/download/0.2.1/linux_386_xq
- source = https://github.com/syui/xq/releases/download/0.2.1/linux_amd64_xq
- sha1sums = 7a10595e9d60e4b70da980a634906cb617680610
- sha1sums = c2d2825b643fe05f10d3f29d4688025acefc797d
+ source = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq
+ source = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq
+ sha1sums = 5cf3d5dc13bde112c9c771ef93f3916bdebfc726
+ sha1sums = 9a2750a783c2a2b3b38e8920bc5beafc8d2a4299
pkgname = xq
diff --git a/PKGBUILD b/PKGBUILD
index 0dd19dea589f..db7f5f3d8986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syui <syui@users.noreply.github.com>
pkgname=xq
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="xml to json convert parser"
arch=('x86_64' 'i686')
@@ -10,8 +10,8 @@ license=('MIT')
source=("$url/releases/download/$pkgver/linux_386_$pkgname"
"$url/releases/download/$pkgver/linux_amd64_$pkgname")
noextract=(${source[@]%%::*})
-sha1sums=('ec49fc225d79473b11790e79d7c1c57b3b829cff'
- '883a2ec0dea0d449b34664367912af289d0b5943')
+sha1sums=('5cf3d5dc13bde112c9c771ef93f3916bdebfc726'
+ '9a2750a783c2a2b3b38e8920bc5beafc8d2a4299')
package() {
mkdir -p ${srcdir}/${pkgname}-${pkgver}