Date: Tuesday, September 8, 2015 @ 18:09:55 Author: tredaelli Revision: 139623
upgpkg: packeth 1.8.1-1 Modified: packeth/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-08 16:07:21 UTC (rev 139622) +++ PKGBUILD 2015-09-08 16:09:55 UTC (rev 139623) @@ -3,13 +3,13 @@ # Contributor: Rudy Matela <[email protected]> pkgname=packeth -pkgver=1.7.2 -pkgrel=2 +pkgver=1.8.1 +pkgrel=1 pkgdesc="A Linux GUI packet generator tool for ethernet." depends=(gtk2) source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2") url="http://packeth.sourceforge.net/" -md5sums=('dab613ab413e959cb5c1ef6fd385a041') +md5sums=('90a05c12df7f5c02ef4a3e5324149f40') arch=('i686' 'x86_64') license=('GPL') @@ -16,8 +16,6 @@ build() { cd "$srcdir"/packETH-$pkgver - sed -i 's/^LIBS=/LIBS+=/' Makefile.am - autoreconf ./configure --prefix=/usr make }
