summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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
}
-