summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a54cacb0c812..ef9f9810a587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ghq
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Remote repository management made easy"
arch=('i686' 'x86_64')
-url="https://github.com/motemen/ghq"
+url="https://github.com/x-motemen/ghq"
license=('MIT')
makedepends=('go' 'git')
optdepends=('zsh: ghq function for zsh')
-source=("git+https://github.com/motemen/${pkgname}.git")
+source=("git+https://github.com/x-motemen/${pkgname}.git")
prepare() {
cd "${srcdir}/${pkgname}"