summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2023-04-10 13:02:41 +0300
committerkevku2023-04-10 13:02:41 +0300
commit3c862e5efb9e98dda3a95caa53bcb6e8c4153e3e (patch)
tree80d4c8b71bd497ddacd5b4fe441afe5b20411189
parentc8c32face98db953d4fee9874dc4d3d4afcf84e8 (diff)
downloadaur-3c862e5efb9e98dda3a95caa53bcb6e8c4153e3e.tar.gz
update source
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9898575c781c..6ad7cecda68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,7 @@ pkgbase = m4acut
license = ZLIB
license = BSD
depends = l-smash
- source = https://github.com/nu774/m4acut/archive/v0.1.2.tar.gz
+ source = m4acut-0.1.2.tar.gz::https://github.com/nu774/m4acut/archive/refs/tags/v0.1.2.tar.gz
sha256sums = 16e4637d278113afd99823c9b34cc62263a7b008c3cd9ef934fc09672de03439
pkgname = m4acut
-
diff --git a/PKGBUILD b/PKGBUILD
index e9e7cf9555c7..bd1676865696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("x86_64" "i686")
url="https://github.com/nu774/m4acut"
license=("ZLIB" "BSD")
depends=("l-smash")
-source=("https://github.com/nu774/m4acut/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nu774/m4acut/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=("16e4637d278113afd99823c9b34cc62263a7b008c3cd9ef934fc09672de03439")
prepare() {