summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlsf2021-04-04 19:39:10 +0200
committerlsf2021-04-04 19:39:10 +0200
commit63b2b68d6b9c1c852079ea8de17cd6a875a498ac (patch)
tree38dbbd2dcc8c14d44a1aa8bf1998c0af3763a90f /PKGBUILD
parent0ccf10fbd0bf4479205f76badf5290534e0e059e (diff)
downloadaur-63b2b68d6b9c1c852079ea8de17cd6a875a498ac.tar.gz
remove PR 381 as it got merged upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22c81dce71e4..fb8f390042e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.3.6.r45.e2be2b7
-pkgrel=2
+pkgver=1.4.0.rc.1.r2.148526e
+pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/evilsocket/opensnitch"
@@ -17,10 +17,8 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/${pkgname%-git}d/default-config.json")
install="${pkgname%-git}.install"
-source=('git+https://github.com/evilsocket/opensnitch.git'
- 'https://patch-diff.githubusercontent.com/raw/evilsocket/opensnitch/pull/381.patch')
-sha256sums=('SKIP'
- '4a25ddae4278a3f512857826fc854c5678655bd2061b3b654c03f3d27450924c')
+source=('git+https://github.com/evilsocket/opensnitch.git')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -33,9 +31,6 @@ prepare() {
cd "$srcdir/${pkgname%-git}"
sed -i 's|local/bin|bin|g' "daemon/${pkgname%-git}d.service"
-
- # temporary patch until 381 gets merged upstream
- patch -Np1 -i ${srcdir}/381.patch
}
build() {