summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e98de40b499..9a0c1c8c671a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghq
pkgdesc = Remote repository management made easy
pkgver = 1.1.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/x-motemen/ghq
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = ghq
makedepends = go
makedepends = git
optdepends = zsh: ghq function for zsh
+ conflicts = ghq-bin
source = https://github.com/x-motemen/ghq/archive/v1.1.5.tar.gz
sha512sums = 09c8ef1bcb357c92b4baf691d92f57fb641735a3560517c05e94860f1204cba6652df77d57d79eea419ea8578fbcc0b07a0de95a5636d42765d6ac3c01117352
diff --git a/PKGBUILD b/PKGBUILD
index 06dd19373660..88f46bb3dcf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=ghq
pkgver=1.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Remote repository management made easy"
arch=('i686' 'x86_64')
url="https://github.com/x-motemen/ghq"
license=('MIT')
makedepends=('go' 'git') # Yes, you're right; no git-depended lines in the PKGBUILD but `make test` requires git...
optdepends=('zsh: ghq function for zsh')
+conflicts=('ghq-bin')
source=("https://github.com/x-motemen/${pkgname}/archive/v${pkgver}.tar.gz")
build() {