summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatheuz12102021-08-31 20:03:51 -0300
committermatheuz12102021-08-31 20:03:51 -0300
commit52f2a445b6584c7d86ae660360eb35ca0fc0117e (patch)
tree7fabfdfee60779f5cd7c52652fbe42ab8bd42aec /PKGBUILD
parent1e44507a3caee952cd039a53c74423ffd8fe2f54 (diff)
downloadaur-52f2a445b6584c7d86ae660360eb35ca0fc0117e.tar.gz
don't download git repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47c38df4539e..09a77e1eb131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,9 @@ makedepends=(
optdepends=(
'python-pyqt5: for gui' )
source=(
- "${pkgname}::git+${url}#tag=${pkgver}" )
-b2sums=(SKIP)
+ "${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz" )
+b2sums=(
+ ac11eb4e81b96b85b2fcc9d859edaf8f7165ffed02f87e817193db328968136df3357170be2c3bc8d5ef60248eb7c12a6753b9d498b1026aeb3360d1329f4db1 )
build(){
cd "${srcdir}/${pkgname}"