summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2021-09-14 14:00:56 +0200
committerBart Libert2021-09-14 14:00:56 +0200
commit5b1036e2839ddae8230ef1050cd6b458d15c2d33 (patch)
treeedce99a9b00371163b557b55ad36795f8e3f0e6a
parent8f3624fde6949838381e76fe377e59d053d5c65b (diff)
downloadaur-5b1036e2839ddae8230ef1050cd6b458d15c2d33.tar.gz
Use unique source name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70b165c396b8..7ff638ffb1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
-source=("https://github.com/arvindch/pockyt/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arvindch/pockyt/archive/$pkgver.tar.gz")
sha256sums=('91c4e89dec141b8999feeab963fb652ea2026147ced44eea449c05d7d464cccf')