summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Gagarski2019-09-03 19:29:13 +0300
committerKirill Gagarski2019-09-03 19:29:13 +0300
commitf60175623dcd1d0bfa2e5525cca435a5824c29b8 (patch)
treecc6da7890d6b0feef2603dcbffb62a12530325f5
parent3172930d7264a70efba3e4259969173b837bf366 (diff)
downloadaur-f60175623dcd1d0bfa2e5525cca435a5824c29b8.tar.gz
fix the repo
-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')