summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2016-12-14 15:41:03 +0100
committerGiovanni Santini2016-12-14 15:41:03 +0100
commitbcb5d3041e567464e41cada6187a3c9f69b04439 (patch)
tree71838a65f940d3d585b41be08be47bbda3434efc /PKGBUILD
parent83a3857b8a84defbbe77c3277035acbdd22dd569 (diff)
downloadaur-bcb5d3041e567464e41cada6187a3c9f69b04439.tar.gz
upgpkg: devscripts 2.16.12-2
Fixing tag resolution
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d815fabf333..17e511e9590f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=devscripts
pkgver=2.16.12
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('any')
url="http://packages.qa.debian.org/d/devscripts.html"
@@ -17,7 +17,7 @@ makedepends=('git' 'po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file
options=('!makeflags')
source=(
#http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz
- ${pkgname}-${pkgver}::git+https://anonscm.debian.org/git/collab-maint/devscripts.git
+ "${pkgname}-${pkgver}::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v${pkgver}"
fixes.patch
)
install='devscripts.install'