summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-10-27 13:51:56 +0100
committerMikhail f. Shiryaev2020-10-27 13:51:56 +0100
commitf6c908acc52a2d7807721557609e6c7f8a20f387 (patch)
tree691f8a2a8e928116cd65f7651abe5cf413cddea2
parent4e69573308183aea253adaa489411908e8b65067 (diff)
downloadaur-f6c908acc52a2d7807721557609e6c7f8a20f387.tar.gz
Update the package to the latest version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d651a1bfb98..eff98e060a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dh-make-golang
pkgdesc = debianize go library packages
- pkgver = 0.3.1
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/Debian/dh-make-golang
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = dh-make-golang
depends = git-buildpackage
options = !strip
options = !emptydirs
- source = https://github.com/Debian/dh-make-golang/archive/v0.3.1.tar.gz
- source = http://deb.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.3.1-1.debian.tar.xz
- sha256sums = 991e631a32c25cefe28e6caea044b879b23e036b9505626f7ac7fc78992f1080
- sha256sums = a83fb040914e1b82ec196f9dac7b619b681592cfd7be6f5f6414d69f9a4b5e3f
+ source = http://deb.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_0.3.3-2.debian.tar.xz
+ source = https://github.com/Debian/dh-make-golang/archive/v0.3.3.tar.gz
+ sha256sums = 0a101df22fe8fbf02b56727ce9de7a1d14b857bde065d07b92c51c33fb967f5c
+ sha256sums = 9eb706dfd0706b59fdf3fcbb0f1266ee08dcff236e1a8c5a334b269e8a811c0f
pkgname = dh-make-golang
diff --git a/PKGBUILD b/PKGBUILD
index e5147d54b9ac..dc4d943f48b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: C. Dominik Bódi <dominik dot bodi at gmx dot de>
pkgname=dh-make-golang
-pkgver=0.3.1
+pkgver=0.3.3
pkgrel=1
pkgdesc="debianize go library packages"
arch=('x86_64' 'i686')
@@ -14,13 +14,13 @@ makedepends=('go'
'git')
options=('!strip' '!emptydirs')
source=(
+ "http://deb.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_${pkgver}-2.debian.tar.xz"
"https://github.com/Debian/dh-make-golang/archive/v${pkgver}.tar.gz"
- "http://deb.debian.org/debian/pool/main/d/dh-make-golang/dh-make-golang_${pkgver}-1.debian.tar.xz"
)
sha256sums=(
- '991e631a32c25cefe28e6caea044b879b23e036b9505626f7ac7fc78992f1080'
- 'a83fb040914e1b82ec196f9dac7b619b681592cfd7be6f5f6414d69f9a4b5e3f'
+0a101df22fe8fbf02b56727ce9de7a1d14b857bde065d07b92c51c33fb967f5c
+9eb706dfd0706b59fdf3fcbb0f1266ee08dcff236e1a8c5a334b269e8a811c0f
)
build() {