summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuey-Liang Kao2016-04-18 14:43:48 +0800
committerQuey-Liang Kao2016-04-18 14:47:34 +0800
commit2c05058cb57f181479290b4970f24bcff40f59ef (patch)
tree3f1c100fb0589ed375544cbeb7d9a6c36059ebe5 /PKGBUILD
parent7a15e5e92884b279198470c4f4b210c2964a971a (diff)
downloadaur-2c05058cb57f181479290b4970f24bcff40f59ef.tar.gz
fix the ugly hacks using xpath_wrapper
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d46a7f2fa9b7..27d2e886b94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openscap
pkgver=1.2.8
-pkgrel=3
+pkgrel=4
pkgdesc="Open Source Security Compliance Solution"
# i686 is theoretically bulitable, if anyone needs it
@@ -22,8 +22,8 @@ source=("https://github.com/OpenSCAP/openscap/releases/download/$pkgver/$pkgname
"fails_and_fix.patch"
"xpath.patch")
md5sums=('d26a148d834635363ac8cdd707828302'
- '4120f2763e518a590fb896759bf644ca'
- '6ac9434d7d169450982f6b4065f3d8e3')
+ '7882c8b0010db0920d1cabbd2aabcc07'
+ '6dc765fcfba0e5c4ee277635d58584e2')
prepare() {
cd "$pkgname-$pkgver"