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 8addff76bd42..ca933c9cc962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = gnunet-fuse-git
provides = gnunet-fuse
conflicts = gnunet-fuse
conflicts = gnunet-fuse-bin
- source = git+https://git.gnunet.org/git/gnunet-fuse.git
+ source = git+https://git.gnunet.org/gnunet-fuse.git
md5sums = SKIP
pkgname = gnunet-fuse-git
diff --git a/PKGBUILD b/PKGBUILD
index 99d6227fe5ab..a91c61015b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=("${_appname}")
conflicts=("${_appname}" "${_appname}-bin")
depends=('gnunet' 'fuse2' 'libextractor')
makedepends=('autoconf')
-source=("git+https://git.gnunet.org/git/${_appname}.git")
+source=("git+https://git.gnunet.org/${_appname}.git")
md5sums=('SKIP')