summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3116e5240624..767ba05f0abb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = zapret-git
pkgdesc = Bypass deep packet inspection.
- pkgver = r90.495a751
+ pkgver = r92.0f09398
pkgrel = 1
url = https://github.com/bol-van/zapret
arch = x86_64
license = GPL
+ makedepends = libnetfilter_queue
depends = systemd
depends = ipset
depends = curl
diff --git a/.gitignore b/.gitignore
index d1ae4535ee08..e2d3dd816769 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,4 @@
!.gitignore
!PKGBUILD
!.SRCINFO
-!/*.conf
-!/*.install
+!sysusers.conf
diff --git a/PKGBUILD b/PKGBUILD
index d8f66654d84a..be5fd29c38eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=(
'zapret-tpws-git'
)
pkgbase=zapret-git
-pkgver=r90.495a751
+pkgver=r92.0f09398
pkgrel=1
pkgdesc="Bypass deep packet inspection."
arch=('x86_64')
url="https://github.com/bol-van/zapret"
license=('GPL')
depends=('systemd' 'ipset' 'curl')
-#makedepends=()
+makedepends=('libnetfilter_queue')
backup=('opt/zapret/config')
provides=('zapret')
conflicts=('zapret')