summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Gagarski2019-09-03 19:29:51 +0300
committerKirill Gagarski2019-09-03 19:29:51 +0300
commit0b1efeef8b02522337519cf032737a97a915b489 (patch)
tree5546629ea896fe9c4600e9a6b548319db62d6dc0
parent0b6f8863ce27ea52b488e7063a5303c53f9ed4c2 (diff)
downloadaur-gi-zsh-completion.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 db109046f8bb..1a0dbea51e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = gi-zsh-completion
depends = zsh-completions
provides = gi-zsh-completion
conflicts = gi-zsh-completion
- source = git+https://bitbucket.org/gagarski/gi-zsh-completion.git#tag=0.1.3
+ source = git+https://github.com/gagarski/gi-zsh-completion.git#tag=0.1.3
md5sums = SKIP
pkgname = gi-zsh-completion
diff --git a/PKGBUILD b/PKGBUILD
index 59cc10ba72d8..af581656d776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gi' 'zsh' 'zsh-completions')
provides=('gi-zsh-completion')
conflicts=('gi-zsh-completion')
install=
-source=(git+https://bitbucket.org/gagarski/$pkgname.git#tag=$pkgver)
+source=(git+https://github.com/gagarski/$pkgname.git#tag=$pkgver)
md5sums=('SKIP')