Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / ufw-extras
Commits: e32568a5 by Alexander F. Rødseth at 2023-12-02T13:42:54+01:00 upgpkg: 1.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = ufw-extras + pkgdesc = Extra configuration files for UFW + pkgver = 1.0.0 + pkgrel = 1 + url = https://github.com/xyproto/ufw-extras + arch = any + license = GPL2 + makedepends = git + depends = ufw + source = git+https://github.com/xyproto/ufw-extras#commit=9aa472339dad5479c59cc73cf4046dde0e236161 + b2sums = SKIP + +pkgname = ufw-extras ===================================== PKGBUILD ===================================== @@ -1,21 +1,22 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=ufw-extras -pkgver=0.7.0 -pkgrel=3 +pkgver=1.0.0 +pkgrel=1 pkgdesc='Extra configuration files for UFW' arch=(any) url='https://github.com/xyproto/ufw-extras' license=(GPL2) depends=(ufw) makedepends=(git) -source=("git+$url#commit=41a1595e534696549a3e6365caecb1d610c93ec6") # tag: 0.7.0 +source=("git+$url#commit=9aa472339dad5479c59cc73cf4046dde0e236161") # tag: v1.0.0 b2sums=('SKIP') package() { for f in $pkgname/ufw-*; do install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$(basename $f)" done + # skip ufw-mosh, since mosh already provides this file, ref #75547 rm "$pkgdir/etc/ufw/applications.d/ufw-mosh" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ufw-extras/-/commit/e32568a5e28abfb6b4ad7b332efcb44ad23c6839 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ufw-extras/-/commit/e32568a5e28abfb6b4ad7b332efcb44ad23c6839 You're receiving this email because of your account on gitlab.archlinux.org.
