summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2022-01-17 14:40:57 +0100
committerlsf2022-01-17 14:40:57 +0100
commit852928fa9c2dd3a28a2c230f9054108d23fd51fe (patch)
treeaeafac54dec5068f0cfa231853ada89bb673737d
parent19ce18f5ebc436ad685b4c83ade3abec22a6ab16 (diff)
downloadaur-852928fa9c2dd3a28a2c230f9054108d23fd51fe.tar.gz
fix py test folder conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f290fae0b6be..50164608408e 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.5.0.r29.d264bb0
- pkgrel = 2
+ pkgver = 1.5.0.r37.bb25362
+ pkgrel = 1
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ead4dcde95a8..649ab4c8d968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.5.0.r29.d264bb0
-pkgrel=2
+pkgver=1.5.0.r37.bb25362
+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"
@@ -91,4 +91,8 @@ package() {
install -Dm644 daemon/system-fw.json -t "$pkgdir/etc/${pkgname%-git}d"
install -Dm644 "debian/${pkgname%-git}.logrotate" \
"$pkgdir/etc/logrotate.d/${pkgname%-git}"
+
+ # clean up test dir to avoid conflicts with other packages
+ # that also do not clear up the test dir ^^
+ rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
}