summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d719957a8cc9..1d6071d13ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=eve-ng-integration-git
_pkgname=eve-ng-integration
pkgver=r63.3faa8ad
-pkgrel=3
+pkgrel=4
pkgdesc="Integrates EVE-NG (aka UNetLab) with Linux desktop"
arch=('any')
url="http://eve-ng.net"
license=('MIT')
-depends=('python2' 'inetutils')
+depends=('python' 'inetutils')
optdepends=('wireshark-gtk' 'wireshark-qt' 'x11-ssh-askpass' 'vinagre' 'python2-docker')
makedepends=('git')
install=install
@@ -23,7 +23,7 @@ pkgver() {
package() {
cd "$srcdir/${pkgname%-git}"
make DESTDIR="$pkgdir/" install post-install
- sed -i "s|python|python2|" "$pkgdir/usr/bin/$_pkgname"
+ #sed -i "s|python|python2|" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 README.md "${pkgdir}/usr/share/doc/$_pkgname/README.md"
install -Dm644 demo.gif "${pkgdir}/usr/share/doc/$_pkgname/demo.gif"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$_pkgname/LICENSE"