summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-06-26 19:11:31 +0200
committerPellegrino Prevete2023-06-26 19:11:31 +0200
commit4b06f458966d290fbfd95831c1833eea10cb82e5 (patch)
tree4978c8a08841f5d7a6f1660a68517dbfd1259a94
parent1e0a542cb428501c5dbe1a1e3773ae81ca20f410 (diff)
downloadaur-4b06f458966d290fbfd95831c1833eea10cb82e5.tar.gz
upgrade to 3.0.8
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dba18b08d6ff..58d8f3af7ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,8 @@ b2sums=(
prepare() {
# replace the use of /sbin with /usr/bin in configs
patch -Np1 -d "${_pkg}-${pkgver}" -i "../${_pkg}-${pkgver}-config_paths.patch"
+ sed -i "20i %immutable audit_rule_data::buf;" \
+ "${_pkg}-${pkgver}/bindings/swig/src/auditswig.i"
}
build() {