summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f53e5399df5..984dfef87a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contrib: Marsoft <marsoft@ya.ru>
pkgname=nemesis
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="command-line network packet crafting and injection utility"
arch=('i686' 'x86_64')
@@ -12,14 +12,13 @@ depends=('libnet')
makedepends=('autoconf')
#validpgpkeys=('3CA3CBFF30506B07F036E57712AAFCF86923D3FD')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/libnet/nemesis/archive/v${pkgver}.tar.gz")
-sha256sums=('87d96dcc3d2d0e0b2966ac2cb59a26ae426425ebc7e02720bc56a1849a384f50')
+sha256sums=('74ca5a4878f5c93060809e09103a00110ab3cc64929f9a2dc82e09dad1b6e2bd')
build() {
cd ${pkgname}-${pkgver}
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man
make LDFLAGS="-z muldefs"
-
make ${MAKEFLAGS} CFLAGS=diag_supress
}