summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2018-12-26 22:39:55 +0100
committerDavide Depau2018-12-26 22:39:55 +0100
commit9b5041711bb0c0e8456da813cdba62181f402451 (patch)
treeea3bc5be3b344fff77c1e5ac945b113a5dc27ab5
parentdad3cc2abe3c9f96069602e97bd2387d14102ec9 (diff)
downloadaur-9b5041711bb0c0e8456da813cdba62181f402451.tar.gz
Make git URL parametric
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b0aefdaafcd..688c90ad367b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python' 'python-requests' 'python-appdirs' 'python-pyside2' 'python-be
makedepends=('git' 'python-setuptools')
conflicts=($_pkgname)
provides=($_pkgname)
-source=('git+https://github.com/Jacotsu/polibeepsync.git#tag=0.4.1' "$_pkgname.desktop" "$_pkgname.svg")
+source=("git+https://github.com/Jacotsu/polibeepsync.git#tag=$pkgver" "$_pkgname.desktop" "$_pkgname.svg")
sha512sums=('SKIP'
'2be34458899e0f8cdc7777514226d2e2fb91b70cc5a8f09d632f2958224842335337e5220fca39a7558a855a088c7e109edb8b96606ab6a013a684d055326576'
'faf89d54fc23b61d52773ea321f0f9522f453632a7abf9ee30889732ea808fec7e7ce282aad8d52a917c30a016e889c741f08c51979db0c2721a3383cf973cde')