summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2021-07-08 20:32:16 +0200
committerlsf2021-07-08 20:32:16 +0200
commit2c316c3ae3b2457e62c2dc5da5fb5debcb4330fa (patch)
treeeef60296b0467d567e1800f100f01e821acd4ce9
parentc3ef2b8ca234ec1336eed12604fd4eca7a60098d (diff)
downloadaur-2c316c3ae3b2457e62c2dc5da5fb5debcb4330fa.tar.gz
move sed up one line – hopefully fixes py import issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e188d5c1907c..d5c6a5496d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall
pkgver = 1.4.0.rc.2.r27.8580281
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 63db77cbeb0b..9dec2fb54c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
pkgver=1.4.0.rc.2.r27.8580281
-pkgrel=2
+pkgrel=3
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/evilsocket/opensnitch"
@@ -56,8 +56,8 @@ build() {
pushd ui
pyrcc5 -o opensnitch/resources_rc.py opensnitch/res/resources.qrc
- python setup.py build
sed -i 's/^import ui_pb2/from . import ui_pb2/' opensnitch/ui_pb2*
+ python setup.py build
popd
go clean -modcache