summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2017-08-06 15:33:15 -0400
committerSebastien Duthil2017-08-06 15:33:15 -0400
commit81f8d6123001251d22f20bea185726a877ed56f6 (patch)
treea0fc1141f10b2e772bfc63dff46bab5a22e011e0 /PKGBUILD
parent61720f27193d0b753685f8ee37ca015a76b78041 (diff)
downloadaur-81f8d6123001251d22f20bea185726a877ed56f6.tar.gz
replace hard-coded version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a61d376cfeac..c5b701207858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.catb.org/~esr/open-adventure/"
license=('BSD')
makedepends=('python' 'python-yaml' 'asciidoc')
conflicts=('advent')
-source=(${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/esr/open-adventure/repository/archive.tar.bz2?ref=1.2)
+source=(${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/esr/open-adventure/repository/archive.tar.bz2?ref=${pkgver})
sha256sums=('a73fc979538e2a7ff20864c09519acbb5b88c5cd591603ad804f41950ac3118d')
build() {