summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven-Hendrik Haase2018-10-22 01:52:31 +0000
committerSven-Hendrik Haase2018-10-22 01:52:31 +0000
commit8b84fca19dff5f5478f4ffa00845533d58753ac6 (patch)
tree64e3a136b49a1d651461a56d303cc696635ab894 /PKGBUILD
parent606fe931af99f18efbd8bf804a2dcb0bb306d126 (diff)
downloadaur-8b84fca19dff5f5478f4ffa00845533d58753ac6.tar.gz
rebuild for updated tag wtf upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7a521ca666d..0ac80e0c773b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=go-bindata
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A small utility which generates Go code from any file"
arch=('x86_64')
url='https://github.com/shuLhan/go-bindata'
@@ -11,7 +11,7 @@ license=('CC0 1.0')
depends=('glibc')
makedepends=('go-pie')
source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz")
-sha512sums=('1d1d0a0f3e4865d0b7c4b61c6ed0570800948054c620c4a2f4c6ad03614b69fb931ef19697193717dd3109922962684314ce81102e2a0e325c3ce904a7bd230c')
+sha512sums=('7fc367c49267064eadf469da6dc4293d001ef7c39b9fe2e19958bcfa361cd8d58f5a8e414e8f56598c33b3823c174d9cc21bdcc3f39c9c7d1f975335a267fbe4')
prepare() {
mkdir -p "${srcdir}/src/github.com/shuLhan/"