summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatheuz12102021-08-31 20:03:51 -0300
committermatheuz12102021-08-31 20:03:51 -0300
commit52f2a445b6584c7d86ae660360eb35ca0fc0117e (patch)
tree7fabfdfee60779f5cd7c52652fbe42ab8bd42aec
parent1e44507a3caee952cd039a53c74423ffd8fe2f54 (diff)
downloadaur-52f2a445b6584c7d86ae660360eb35ca0fc0117e.tar.gz
don't download git repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4a666d11e6..8485eaf84082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = wsid
makedepends = git
depends = python>=3.9
optdepends = python-pyqt5: for gui
- source = wsid::git+https://github.com/matheuz1210/wsid#tag=0.3
- b2sums = SKIP
+ source = wsid-0.3.tar.gz::https://github.com/matheuz1210/wsid/archive/refs/tags/0.3.tar.gz
+ b2sums = ac11eb4e81b96b85b2fcc9d859edaf8f7165ffed02f87e817193db328968136df3357170be2c3bc8d5ef60248eb7c12a6753b9d498b1026aeb3360d1329f4db1
pkgname = wsid
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}"