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 8637f5254cbb..1c862eb472e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = gi-bash-completion
depends = bash-completion
provides = gi-bash-completion
conflicts = gi-bash-completion
- source = git+https://bitbucket.org/gagarski/gi-bash-completion.git#tag=0.1.3
+ source = git+https://github.com/gagarski/gi-bash-completion.git#tag=0.1.3
md5sums = SKIP
pkgname = gi-bash-completion
diff --git a/PKGBUILD b/PKGBUILD
index 719ab1752bac..82766fa89262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gi' 'bash-completion')
provides=('gi-bash-completion')
conflicts=('gi-bash-completion')
install=
-source=(git+https://bitbucket.org/gagarski/$pkgname.git#tag=$pkgver)
+source=(git+https://github.com/gagarski/$pkgname.git#tag=$pkgver)
md5sums=('SKIP')