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 85a3b92626a4..3b24fa8ef577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = gnunet-python-git
provides = gnunet-python
conflicts = gnunet-python
conflicts = gnunet-python-bin
- source = git+https://gnunet.org/git/gnunet-python.git
+ source = git+https://git.gnunet.org/gnunet-python.git
sha256sums = SKIP
pkgname = gnunet-python-git
diff --git a/PKGBUILD b/PKGBUILD
index 14610139cf02..cdf1aa7c90a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL')
conflicts=("${_modname}" "${_modname}-bin")
provides=("${_modname}")
depends=("${_appname}" 'python')
-source=("git+https://${_appname}.org/git/${_modname}.git")
+source=("git+https://git.${_appname}.org/${_modname}.git")
sha256sums=('SKIP')
pkgver() {