summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Abelli2021-03-26 17:53:30 -0400
committerCarlo Abelli2021-03-26 17:53:30 -0400
commite975089a714e9e9652a9a90aa690cf970956a7a6 (patch)
tree29b9533c66a604328a982ebf7b83764288f17d1f
parent591573b4f80f723b20a7474141fd7c80ef047fdb (diff)
downloadaur-ifuse.tar.gz
Use .tar.gz extension for source filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35184f8355bc..c0e5ae5d7731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = ifuse
depends = fuse2
depends = libimobiledevice
depends = libplist
- source = ifuse-1.1.4::https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz
+ source = ifuse-1.1.4.tar.gz::https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz
sha256sums = 2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c
pkgname = ifuse
diff --git a/PKGBUILD b/PKGBUILD
index dbdb0a6a3abc..1c2793e060af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url='https://libimobiledevice.org/'
arch=('x86_64')
license=('LGPL2.1')
depends=('fuse2' 'libimobiledevice' 'libplist')
-source=("$pkgname-$pkgver::https://github.com/libimobiledevice/$pkgname/archive/refs/tags/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libimobiledevice/$pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c')
build() {