summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-07-26 20:47:55 +0900
committerNOGISAKA Sadata2020-07-26 20:47:55 +0900
commit5211923def2220d7306a6fc57e70cb761272fa2b (patch)
treecd5b6a7246023045967a63b11593ef6b7ba66c1f /PKGBUILD
parent1f2f509a5502e96f44f015c51da8b25b5748d9d3 (diff)
downloadaur-5211923def2220d7306a6fc57e70cb761272fa2b.tar.gz
Add ghq-bin as conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {