summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyui2019-12-19 13:48:46 +0900
committersyui2019-12-19 13:48:46 +0900
commitb969e997f689bb909bbb48ee8266ca84055c9210 (patch)
treead8b87f8cf405be6b540074a46ffa052babb1855
parent95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5 (diff)
downloadpackages-b969e997f689bb909bbb48ee8266ca84055c9210.tar.gz
packages-b969e997f689bb909bbb48ee8266ca84055c9210.tar.bz2
packages-b969e997f689bb909bbb48ee8266ca84055c9210.zip
update 0.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a46eb..64e829d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
1pkgbase = xq 1pkgbase = xq
2 pkgdesc = xml to json convert parser 2 pkgdesc = xml to json convert parser
3 pkgver = 0.1 3 pkgver = 0.2
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.1/linux_386_xq 9 noextract = https://github.com/syui/xq/releases/download/0.2/linux_386_xq
10 noextract = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq 10 noextract = https://github.com/syui/xq/releases/download/0.2/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.1/linux_386_xq 13 source = https://github.com/syui/xq/releases/download/0.2/linux_386_xq
14 source = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq 14 source = https://github.com/syui/xq/releases/download/0.2/linux_amd64_xq
15 sha1sums = ec49fc225d79473b11790e79d7c1c57b3b829cff 15 sha1sums = 6baa574caa2a4fae264acd62fe03ec56b0182d36
16 sha1sums = 883a2ec0dea0d449b34664367912af289d0b5943 16 sha1sums = 5ad426d3e62369221023f86967de7f64da7b1d5f
17 17
18pkgname = xq 18pkgname = xq
19 19
diff --git a/PKGBUILD b/PKGBUILD
index 3359554..9a9c9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
1# Maintainer: syui <syui@users.noreply.github.com> 1# Maintainer: syui <syui@users.noreply.github.com>
2pkgname=xq 2pkgname=xq
3pkgver=0.1 3pkgver=0.2
4pkgrel=1 4pkgrel=1
5pkgdesc="xml to json convert parser" 5pkgdesc="xml to json convert parser"
6arch=('x86_64' 'i686') 6arch=('x86_64' 'i686')