summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKirill Gagarski2019-09-03 19:30:26 +0300
committerKirill Gagarski2019-09-03 19:30:26 +0300
commitf6bbdf0abe6128fc6ef7eb0be3a29c9cbb5ac622 (patch)
tree126b5276b315774dfcac3fb9e375b3b6a6e33bcc /PKGBUILD
parentbfb31977080936878db8868c9462c9cd0ca25457 (diff)
downloadaur-gi.tar.gz
fix the repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')