summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVVL2020-01-21 11:09:12 +0300
committerVVL2020-01-21 11:09:12 +0300
commite1061e5763125f166f7e3a857cd296e82b8b4a89 (patch)
tree65ee689364145b775bfb79f9bc82c7b815a6304f /PKGBUILD
parent27bcb99d017b176b169b8666f40628522bf517bf (diff)
downloadaur-e1061e5763125f166f7e3a857cd296e82b8b4a89.tar.gz
sha512
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94f2d324dd4a..854f75c33808 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="Script for simple configuring firewall based on nftables."
arch=(any)
url="https://github.com/vvl-rulez/snft"
license=('MIT')
-source=("https://github.com/vvl-rulez/snft/archive/v1.1.1.tar.gz")
+source=("https://github.com/vvl-rulez/snft/archive/v$pkgver.tar.gz")
depends=('nftables')
conflicts=('snft-git')
-sha256sums=('SKIP')
+sha256sums=('d85bee9dd2e498cf0d4697454a21c5bab1f55c141eeef562e90451b47ad08049')
package() {
cd "$pkgname-$pkgver"
install -Dm755 snft "$pkgdir/usr/bin/snft"