summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEchizen Ryoma2022-04-08 21:22:46 +0800
committerEchizen Ryoma2022-04-08 21:22:46 +0800
commit02f0ea1d6175b34621f1cd9d6840c20aaed14702 (patch)
treef3b7bfd74e6167a6ecb81703a41546d84edf3d4b
parent6914ec97ebb1ef06519365a85d4f970866d8f2a9 (diff)
downloadaur-02f0ea1d6175b34621f1cd9d6840c20aaed14702.tar.gz
Remove test in python lib
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4589bf4055..c9ec340469d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensnitch
pkgdesc = GNU/Linux port of the Little Snitch application firewall
pkgver = 1.5.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/evilsocket/opensnitch
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 87468e645abd..c1b8971ba8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=opensnitch
pkgver=1.5.0
-pkgrel=5
+pkgrel=6
pkgdesc='GNU/Linux port of the Little Snitch application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/evilsocket/opensnitch'
@@ -75,7 +75,7 @@ build() {
pyrcc5 -o opensnitch/resources_rc.py opensnitch/res/resources.qrc
sed -i 's/^import ui_pb2/from . import ui_pb2/' opensnitch/ui_pb2*
python setup.py build
- rm -rf tests
+ rm -rf build/lib/tests
popd
go clean -modcache
@@ -93,6 +93,4 @@ package() {
pushd ui
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
popd
-
-
}