Date: Tuesday, July 21, 2015 @ 00:49:00 Author: thestinger Revision: 137167
upgpkg: paxd 29-1 Modified: paxd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-20 22:26:54 UTC (rev 137166) +++ PKGBUILD 2015-07-20 22:49:00 UTC (rev 137167) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Daniel Micay <[email protected]> pkgname=paxd -pkgver=28 +pkgver=29 pkgrel=1 pkgdesc='PaX exception daemon' arch=(i686 x86_64) @@ -10,13 +10,13 @@ depends=(glib2) source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 10-enable-pax.conf) -sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7' +sha1sums=('f4e9740a996d97320585d0223a3d664aa3e7e782' '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2') backup=(etc/paxd.conf) build() { cd $pkgname-$pkgver - make CC=gcc + make } package() {
