diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-29 23:10:57 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-29 23:12:20 -0200 |
commit | 24ceba82433800dcf52c232e4f0412016f4c2c77 (patch) | |
tree | 85fee10daefe558775416aa360a1eff382839fba /libre/paxd-libre/PKGBUILD | |
parent | d723f06cc4530defdcc3814c6ee511cc0f3f12d0 (diff) |
paxd-libre-1.3-3: fix more source issues
Diffstat (limited to 'libre/paxd-libre/PKGBUILD')
-rw-r--r-- | libre/paxd-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD index 5b7954a39..ebba6335c 100644 --- a/libre/paxd-libre/PKGBUILD +++ b/libre/paxd-libre/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=paxd pkgname=paxd-libre pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc='PaX exception daemon (a libre fork of paxd)' arch=(i686 x86_64) url='https://github.com/g4jc/paxd-libre/' @@ -18,7 +18,7 @@ source=(https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz 10-enable-pax. fix_issues.patch) md5sums=('0eb1c2271cd3e893d4ed1bdf4772d714' 'a40677d2cd39ada4c2560927c67e0ea2' - 'b4c7f8929ddcf94e19155d27c11d0231') + '65b14c96ced5d3e98f3bfb8ab9ca3894') backup=(etc/paxd-libre.conf) prepare() { |