Date: Wednesday, August 28, 2013 @ 11:25:53 Author: foutrelis Revision: 96416
upgpkg: shorewall 4.5.20-1 New upstream release. Modified: shorewall/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-28 09:24:47 UTC (rev 96415) +++ PKGBUILD 2013-08-28 09:25:53 UTC (rev 96416) @@ -5,22 +5,22 @@ # Contributor: FUBAR <[email protected]> pkgname=('shorewall' 'shorewall6' 'shorewall-core') -pkgver=4.5.19 +pkgver=4.5.20 pkgrel=1 arch=('any') url="http://www.shorewall.net/" license=('GPL') -source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.19/$pkgname-$pkgver.tar.bz2 - http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.19/shorewall6-$pkgver.tar.bz2 - http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.19/shorewall-core-$pkgver.tar.bz2) -sha256sums=('91368877973411c5a6228a22a5d5bcac03aca42cc56c3cd95a3775ca964d0756' - '6681669055d86338bcb3959afce43b9d073fe8e10ba9b482b5664ddb196a9201' - 'ff9e1d602ba5d973de1a93ee618d175ffc8ff5d092f1af767fa922f5761b08ae') +source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/$pkgname-$pkgver.tar.bz2 + http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/shorewall6-$pkgver.tar.bz2 + http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/shorewall-core-$pkgver.tar.bz2) +sha256sums=('645336e86ba08e14a5565209b461855fbc9034f3718f7bb39db92f835e6f6aac' + 'ccfe932970470bfc8791333d488cfd6dd84396b047815e9e0f5fe0ce5b8d8a37' + '7a3f6502d35a4fccbfaab0181c4c4a62b2aa5d2512f9b2679305e7d541149f47') build() { for product in shorewall{,6,-core}; do pushd "$srcdir/$product-$pkgver" - ./configure SBINDIR=/usr/bin + ./configure HOST=archlinux SBINDIR=/usr/bin popd done }
