summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Dominik Bódi2017-06-12 20:26:10 +0200
committerC. Dominik Bódi2017-06-12 20:26:10 +0200
commit41c3f6400c26191f5a459d1cbad66da021590970 (patch)
tree7c52b20b9821166cf4096e37bf247d6cc4a4738e
parent89c653ec0774831c82cf4228b4ac6f816624311b (diff)
downloadaur-41c3f6400c26191f5a459d1cbad66da021590970.tar.gz
* update to latest version from debian sid
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f8fc2ee86b..62264b4a36b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
+# Generated by mksrcinfo v8
+# Mon Jun 12 18:20:44 UTC 2017
pkgbase = dh-make-golang
pkgdesc = debianize go library packages
- pkgver = 0.0git20150803.0.bd09cd9
+ pkgver = 0.0git20161120.0.71f5e23
pkgrel = 1
url = https://github.com/Debian/dh-make-golang
arch = x86_64
arch = i686
license = BSD
makedepends = go
+ makedepends = git
options = !strip
options = !emptydirs
- source = http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.0~git20150803.0.bd09cd9.orig.tar.bz2
- source = http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.0~git20150803.0.bd09cd9-1.debian.tar.xz
- sha256sums = bfc00b8fcd5d6c8005ab4c5fdf7188e63304953c337345c6a48165ad203adf0a
- sha256sums = b8e5b8bb4b2c77608f0399a19da94541325eea0ab78947b00a9e956c83414a15
+ source = http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.0~git20161120.0.71f5e23.orig.tar.xz
+ source = http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.0~git20161120.0.71f5e23-1.debian.tar.xz
+ sha256sums = e5dddc76743a74666ddc74d33283bf4085eedb85fff41a6b42d9b7fac1f8f28b
+ sha256sums = 622fdf2e33c24620b30657c09235b9feb1a7307ac340344672ea68c137313cc7
pkgname = dh-make-golang
diff --git a/PKGBUILD b/PKGBUILD
index 3f680ab81173..ab8fe428c5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dh-make-golang
_baseversion=0.0
-_debiangitsuffix=git20150803.0.bd09cd9
+_debiangitsuffix=git20161120.0.71f5e23
_debianpkgrel=1
pkgver=$_baseversion$_debiangitsuffix
pkgrel=1
@@ -13,11 +13,11 @@ license=('BSD')
makedepends=('go'
'git')
options=('!strip' '!emptydirs')
-source=("http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_$_baseversion~$_debiangitsuffix.orig.tar.bz2"
+source=("http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_$_baseversion~$_debiangitsuffix.orig.tar.xz"
"http://httpredir.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_$_baseversion~$_debiangitsuffix-$_debianpkgrel.debian.tar.xz")
-sha256sums=('bfc00b8fcd5d6c8005ab4c5fdf7188e63304953c337345c6a48165ad203adf0a'
- 'b8e5b8bb4b2c77608f0399a19da94541325eea0ab78947b00a9e956c83414a15')
+sha256sums=('e5dddc76743a74666ddc74d33283bf4085eedb85fff41a6b42d9b7fac1f8f28b'
+ '622fdf2e33c24620b30657c09235b9feb1a7307ac340344672ea68c137313cc7')
prepare() {
export GOPATH="$srcdir"