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 f3a0542653b1..54dd864ca365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gi
optdepends = gi-bash-completion: for bash-completion support
provides = gi
conflicts = gi
- source = git+https://bitbucket.org/gagarski/gi.git#tag=0.1.3
+ source = git+https://github.com/gagarski/gi.git#tag=0.1.3
md5sums = SKIP
pkgname = gi
diff --git a/PKGBUILD b/PKGBUILD
index a10dc890b7b9..1c3fc6f7259f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python' 'python-marisa-trie' 'git')
provides=('gi')
conflicts=('gi')
install=
-source=(git+https://bitbucket.org/gagarski/$pkgname.git#tag=$pkgver)
+source=(git+https://github.com/gagarski/$pkgname.git#tag=$pkgver)
md5sums=('SKIP')
optdepends=('gi-bash-completion: for bash-completion support')