aboutsummaryrefslogtreecommitdiffstats
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 f6aea7a..d60e803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = weechat-git
provides = weechat
conflicts = weechat
options = !libtool
- source = git://git.savannah.nongnu.org/weechat.git
+ source = git+https://github.com/weechat/weechat.git
md5sums = SKIP
pkgname = weechat-git
diff --git a/PKGBUILD b/PKGBUILD
index 63f1f9c..8d1f9dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
provides=('weechat')
conflicts=('weechat')
options=(!libtool)
-source=("git://git.savannah.nongnu.org/weechat.git")
+source=("git+https://github.com/weechat/weechat.git")
md5sums=('SKIP')
pkgver(){