summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-05-03 19:32:24 +0200
committerTimo Wilken2021-05-03 19:35:16 +0200
commit127c78fb5bcdaf7624c177141dc857a75037dfaf (patch)
tree88ecb77e97e818ea981fe39a5dc1a36cd0f983d2
parentfe4e435a8e4f29e1b2a4e1fa285ceedf05e838eb (diff)
downloadaur-127c78fb5bcdaf7624c177141dc857a75037dfaf.tar.gz
Use GitHub URL for source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ecaef158525..c97f153a39f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = alibuild
depends = python-yaml
depends = python-distro
optdepends = s3cmd: for the S3 remote store
- source = https://alisw.github.io/alibuild//archive/refs/tags/v1.8.2.tar.gz
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.8.2.tar.gz
sha256sums = 9e053de1d6cdfa153d008baf9b4da2623d2950fc68222783788ce5c9c089349b
pkgname = alibuild
diff --git a/PKGBUILD b/PKGBUILD
index 3c54262142e5..e484fd2baa3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://alisw.github.io/alibuild/'
license=('GPL3')
depends=('python' 'python-requests' 'python-yaml' 'python-distro')
optdepends=('s3cmd: for the S3 remote store')
-source=("$url/archive/refs/tags/v$pkgver.tar.gz")
+source=("https://github.com/alisw/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('9e053de1d6cdfa153d008baf9b4da2623d2950fc68222783788ce5c9c089349b')
check() {