summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Abelli2021-03-26 17:07:03 -0400
committerCarlo Abelli2021-03-26 17:23:38 -0400
commit0b1cf08fefcea5f32a8ac2961af8f40632decd5d (patch)
tree7f907ab7a88f0ac6b02ca6a03a5e9d302e352f80
parentf6b5a0eeac92cf507edce07b752fd030f620e5d0 (diff)
downloadaur-0b1cf08fefcea5f32a8ac2961af8f40632decd5d.tar.gz
Switch to using github archive for source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3906ede20456..d2c5d51cf263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = ifuse
license = LGPL2.1
depends = libimobiledevice
depends = fuse2
- source = https://cgit.libimobiledevice.org/ifuse.git/snapshot/ifuse-1.1.4.tar.bz2
- sha256sums = e324456e64b788951b714d6ee7c2ecb1f6bda2355973548fe49d4a14db5d15fe
+ source = ifuse-1.1.4::https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz
+ sha256sums = 2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c
pkgname = ifuse
diff --git a/PKGBUILD b/PKGBUILD
index f85be3f7b195..ddedcd27f725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ url='https://libimobiledevice.org/'
arch=('x86_64')
license=('LGPL2.1')
depends=('libimobiledevice' 'fuse2')
-source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2")
-sha256sums=('e324456e64b788951b714d6ee7c2ecb1f6bda2355973548fe49d4a14db5d15fe')
+source=("$pkgname-$pkgver::https://github.com/libimobiledevice/$pkgname/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c')
build() {
cd "$pkgname-$pkgver"