Date: Wednesday, August 25, 2021 @ 13:29:13 Author: arodseth Revision: 1004714
upgpkg: ufw-extras 0.6.0-1 Modified: ufw-extras/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-25 13:14:57 UTC (rev 1004713) +++ PKGBUILD 2021-08-25 13:29:13 UTC (rev 1004714) @@ -1,21 +1,19 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=ufw-extras -pkgver=0.5 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc='Extra configuration files for UFW' arch=(any) url='https://github.com/xyproto/ufw-extras' +license=(GPL2) +depends=(ufw) makedepends=(git) -depends=(ufw) -license=(GPL2) -source=("$pkgname::git+https://github.com/xyproto/$pkgname.git#tag=$pkgver") -md5sums=('SKIP') +source=("git+$url#commit=d30b66981998db916579378af9ab71386d938e91") # tag: 0.6.0 +b2sums=('SKIP') package() { - for f in "$pkgname/ufw-"*; do - install -Dm644 "$f" "$pkgdir/etc/ufw/applications.d/$(basename $f)" + for f in $pkgname/ufw-*; do + install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$(basename $f)" done } - -# vim: ts=2 sw=2 et:
