summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 19:14:12 +0300
committerDimitris Kiziridis2020-06-20 19:14:12 +0300
commit60e3357080c70cd5860100450ee0e84ca4dd3877 (patch)
tree30da88a9f1a5f25051de0d7a2fc6872255119eca
parent1a391a7ed03ff27f59ea3f5def5dd4f70e325112 (diff)
downloadaur-60e3357080c70cd5860100450ee0e84ca4dd3877.tar.gz
minor fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8e19f5d341..374fd81bab11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = weboob-git
provides = weboob-headless
conflicts = weboob-headless
replaces = weboob-headless
- source = git+https://git.weboob.org/weboob/weboob
+ source = weboob::git+https://git.weboob.org/weboob/weboob
sha256sums = SKIP
pkgname = weboob-git
diff --git a/PKGBUILD b/PKGBUILD
index d83d9a8d0868..30f36c2ada50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ makedepends=('python-setuptools' 'git')
replaces=('weboob-headless')
provides=('weboob-headless')
conflicts=('weboob-headless')
-source=("git+https://git.weboob.org/weboob/weboob")
+source=("weboob::git+https://git.weboob.org/weboob/weboob")
sha256sums=('SKIP')
pkgver() {