summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0283cb6b600..d01d99b8c0f2 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Sep 30 14:53:17 UTC 2017
pkgbase = snft
pkgdesc = Script for simple configuring firewall based on nftables.
pkgver = 1.1.1
@@ -10,7 +8,7 @@ pkgbase = snft
depends = nftables
conflicts = snft-git
source = https://github.com/vvl-rulez/snft/archive/v1.1.1.tar.gz
- sha256sums = SKIP
+ sha256sums = d85bee9dd2e498cf0d4697454a21c5bab1f55c141eeef562e90451b47ad08049
pkgname = snft
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"