summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4le34n2017-10-06 18:20:37 +1100
committer4le34n2017-10-06 18:20:37 +1100
commit3272b58c2c22ece6809517da65b71545985b1a56 (patch)
treecd73c0333f5a70b7f37f675de02b4e6a07b99818 /PKGBUILD
parentd8358c9f7ccdf41121ae137f1023f619c8e82368 (diff)
downloadaur-eve-ng-integration-git.tar.gz
PKGBUILD: add conflicts; remove install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d6071d13ae8..18159e0f944d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eve-ng-integration-git
_pkgname=eve-ng-integration
pkgver=r63.3faa8ad
-pkgrel=4
+pkgrel=5
pkgdesc="Integrates EVE-NG (aka UNetLab) with Linux desktop"
arch=('any')
url="http://eve-ng.net"
@@ -11,7 +11,8 @@ license=('MIT')
depends=('python' 'inetutils')
optdepends=('wireshark-gtk' 'wireshark-qt' 'x11-ssh-askpass' 'vinagre' 'python2-docker')
makedepends=('git')
-install=install
+conflicts=('eve-ng-integration')
+#install=install
source=('eve-ng-integration::git+https://github.com/SmartFinn/eve-ng-integration.git')
md5sums=('SKIP')