summaryrefslogtreecommitdiff
path: root/libre/paxd-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-28 16:21:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-28 16:21:13 -0300
commitcf8852cc2c1246cffdb13a6a41c698600a2a6fdb (patch)
tree62b7444565fd264fb54e5fc0e73438c4a61173b2 /libre/paxd-libre/PKGBUILD
parent0fb4f61e55754565a2ce7bb610f24fd5337fa816 (diff)
paxd-libre-1.8-1: updating version
Diffstat (limited to 'libre/paxd-libre/PKGBUILD')
-rw-r--r--libre/paxd-libre/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD
index b76ed7407..f773d2bc5 100644
--- a/libre/paxd-libre/PKGBUILD
+++ b/libre/paxd-libre/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=paxd
pkgname=paxd-libre
-pkgver=1.7.1
+pkgver=1.8
pkgrel=1
pkgdesc='PaX exception daemon (a libre fork of paxd)'
arch=(i686 x86_64)
@@ -14,18 +14,12 @@ replaces=($_pkgname linux-pax-flags)
conflicts=($_pkgname linux-pax-flags)
provides=($_pkgname linux-pax-flags)
depends=(glib2)
-source=(https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz 10-enable-pax.conf
- fix_issues.patch)
-sha1sums=('9a0ca893b98e54b2c17fe2bdf2eda085e70e43b6'
- '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2'
- '443769c8ab37c04f06ca9d622914899dd5069e44')
+source=($pkgname-$pkgver.tar.gz::https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz
+ 10-enable-pax.conf)
+sha1sums=('e7b4631d84722eac7ca0468db4f449b2d9cbfdc6'
+ '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
backup=(etc/paxd-libre.conf)
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/fix_issues.patch"
-}
-
build() {
cd $pkgname-$pkgver
make CC=gcc