summaryrefslogtreecommitdiff
path: root/libre/paxd-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/paxd-libre/PKGBUILD')
-rw-r--r--libre/paxd-libre/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD
index e856aade7..b7df322a9 100644
--- a/libre/paxd-libre/PKGBUILD
+++ b/libre/paxd-libre/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer (Arch): Daniel Micay <danielmicay@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
-# Maintainer: Luke .R <g4jc@openmailbox.org>
+# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
_pkgname=paxd
pkgname=paxd-libre
-pkgver=1.12
+pkgver=1.13
pkgrel=1
pkgdesc='PaX exception daemon (a libre fork of paxd)'
arch=(i686 x86_64 armv7h)
@@ -16,7 +16,7 @@ provides=($_pkgname linux-pax-flags)
depends=(glib2)
source=($pkgname-$pkgver.tar.gz::https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('a3153bb7628fa59df869c527b160b066974ccdc8'
+sha1sums=('15c9a79f03304af9b59bb092d70386a004d6236c'
'8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
backup=(etc/paxd-libre.conf)
@@ -28,6 +28,7 @@ build() {
package() {
cd $pkgname-$pkgver
mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+ mkdir -p "$pkgdir/usr/lib/sysctl.d/"
make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 ../10-enable-pax.conf "$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"