summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-28 09:36:49 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-28 09:36:49 -0700
commitdb2cecdaaf8123d895a4546b56e646a8d30d9963 (patch)
treeb24c15e9d349748da27060a82da5bb04f1fe491f
parentb4fa4fcfe665c08bfbc63cbc3bbac320a762e4db (diff)
downloadaur-db2cecdaaf8123d895a4546b56e646a8d30d9963.tar.gz
adjust conflict
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc024669bdc4..58c6bd47905a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/chneukirchen/nq"
license=('GPL')
makedepends=('make')
-
+conflicts=("nq")
source=("${pkgname}::git+https://github.com/chneukirchen/nq.git")
md5sums=('SKIP')
@@ -21,9 +21,7 @@ build() {
make PREFIX="/usr" all
}
-
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" PREFIX="/usr" install
}
-