summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-09-28 02:31:48 +0600
committerMubashshir2020-09-28 02:31:48 +0600
commit0b439cef9e57d84d704d7ae47610b1b7d0d03fd6 (patch)
treebfd33c0667653e8fae4f8f638d7001f79f0e8b25 /PKGBUILD
parent82631ee7132337ac9a2e7eb883ad5e209791d655 (diff)
downloadaur-0b439cef9e57d84d704d7ae47610b1b7d0d03fd6.tar.gz
pkgrel bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be5fd29c38eb..00afbb29a84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,8 @@
# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
-pkgname=(
- 'zapret-nfqws-git'
- 'zapret-tpws-git'
-)
+pkgname=(zapret-{nfqws,tpws}-git)
pkgbase=zapret-git
pkgver=r92.0f09398
-pkgrel=1
+pkgrel=3
pkgdesc="Bypass deep packet inspection."
arch=('x86_64')
url="https://github.com/bol-van/zapret"
@@ -49,6 +46,8 @@ _package_common()
sed -ri 's/^#?WS_USER=.*$/WS_USER=zapret/' "$pkgdir/opt/zapret/init.d/sysv/functions"
}
package_zapret-nfqws-git() {
+
+ depends+=('libnetfilter_queue')
cd "$srcdir/${pkgbase%-git}"
_package_common
install -Dm755 "binaries/my/nfqws" "$pkgdir/opt/zapret/nfq/nfqws"