summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72547c8ea260..86ea241c2072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 29 07:26:23 UTC 2017
+# Fri Oct 6 07:19:55 UTC 2017
pkgbase = eve-ng-integration-git
pkgdesc = Integrates EVE-NG (aka UNetLab) with Linux desktop
pkgver = r63.3faa8ad
- pkgrel = 4
+ pkgrel = 5
url = http://eve-ng.net
- install = install
arch = any
license = MIT
makedepends = git
@@ -16,6 +15,7 @@ pkgbase = eve-ng-integration-git
optdepends = x11-ssh-askpass
optdepends = vinagre
optdepends = python2-docker
+ conflicts = eve-ng-integration
source = eve-ng-integration::git+https://github.com/SmartFinn/eve-ng-integration.git
md5sums = SKIP
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')