summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2022-09-28 14:47:31 +0200
committerlsf2022-09-28 14:47:31 +0200
commitaabd02c85309782a48024156d6406f709e3c0a09 (patch)
treec5811e979cf9a6db44ddbd8b5eb0ef60ceee15e4
parent025f5766f0f5674524b91826e595affc3d3d6228 (diff)
downloadaur-aabd02c85309782a48024156d6406f709e3c0a09.tar.gz
fix .logrotate path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9fcdc9edec..313f3841a35f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall
- pkgver = 1.5.0.r19.0aef656
+ pkgver = 1.6.0rc2.r21.564c263
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
diff --git a/PKGBUILD b/PKGBUILD
index ef602419e47f..4c6b8d7d5f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.5.0.r19.0aef656
+pkgver=1.6.0rc2.r21.564c263
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -90,7 +90,7 @@ package() {
# "$pkgdir/usr/lib/systemd/system"
install -Dm644 daemon/default-config.json -t "$pkgdir/etc/${pkgname%-git}d"
install -Dm644 daemon/system-fw.json -t "$pkgdir/etc/${pkgname%-git}d"
- install -Dm644 "debian/${pkgname%-git}.logrotate" \
+ install -Dm644 "utils/packaging/daemon/deb/debian/${pkgname%-git}.logrotate" \
"$pkgdir/etc/logrotate.d/${pkgname%-git}"
# clean up test dir to avoid conflicts with other packages