summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49a712a597e2..85f9a0824571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gofu
provides = gofu
conflicts = gofu
backup = var/lib/gofu/config.ini
- source = https://git.roshless.me/~roshless/gofu/archive/1.1.3.tar.gz
+ source = https://git.roshless.me/roshless/gofu/-/archive/1.1.3/gofu-1.1.3.tar.gz
source = gofu.service
source = gofu.sysusers
source = gofu.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 739aa970bf18..417c563c9347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('glibc')
makedepends=('git' 'go')
install=gofu.install
backup=('var/lib/gofu/config.ini')
-source=("https://git.roshless.me/~roshless/$pkgname/archive/$pkgver.tar.gz"
+source=("https://git.roshless.me/roshless/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"gofu.service"
"gofu.sysusers"
"gofu.tmpfiles")