summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-18 12:34:54 +0200
committerDimitris Kiziridis2020-11-18 12:34:54 +0200
commitb35cc0f30f06393ffe6cfb1b0ab7363ee91eb849 (patch)
tree7482127565651c98515664f68cac398dd3b143d3
parent5b6e0f5b0a7fc921c0e1f16c18e1702c756e5214 (diff)
downloadaur-b35cc0f30f06393ffe6cfb1b0ab7363ee91eb849.tar.gz
Update to 0.1.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be058e8a2019..951de22e7624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = zek-bin
pkgdesc = Generate a Go struct from XML
- pkgver = 0.1.9
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/miku/zek
arch = x86_64
license = GPL3
+ depends = glibc
provides = zek
- source = zek-bin-0.1.9.deb::https://github.com/miku/zek/releases/download/v0.1.9/zek_0.1.9_amd64.deb
- sha256sums = dd3e786ad5d741509ab3fca99de263ef15a4698323ee64d4c482e4546b004d7d
+ source = zek-bin-0.1.10.deb::https://github.com/miku/zek/releases/download/v0.1.10/zek_0.1.10_amd64.deb
+ sha256sums = 6f428de40f5a6ce60403c30d31e47df95d3bc52fa17cee40ab6115a2755b25cc
pkgname = zek-bin
diff --git a/PKGBUILD b/PKGBUILD
index 107adfe3d151..6cee48e6baa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=zek-bin
-pkgver=0.1.9
+pkgver=0.1.10
pkgrel=1
pkgdesc="Generate a Go struct from XML"
arch=('x86_64')
url='https://github.com/miku/zek'
license=('GPL3')
provides=('zek')
+depends=('glibc')
source=("${pkgname}-${pkgver}.deb::https://github.com/miku/zek/releases/download/v${pkgver}/zek_${pkgver}_amd64.deb")
-sha256sums=('dd3e786ad5d741509ab3fca99de263ef15a4698323ee64d4c482e4546b004d7d')
+sha256sums=('6f428de40f5a6ce60403c30d31e47df95d3bc52fa17cee40ab6115a2755b25cc')
package() {
cd "${srcdir}"
@@ -17,4 +18,4 @@ package() {
cd ${pkgdir}/usr
mv sbin bin
chmod 755 bin/zek
-} \ No newline at end of file
+}