summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuey-Liang Kao2016-05-12 10:55:49 +0800
committerQuey-Liang Kao2016-05-12 10:55:49 +0800
commit4640b2373f8d3535de1232348e7003547798bcd2 (patch)
treecdfc085fc1ffceb6e8634d77ef09cf62ae98c558
parent2c05058cb57f181479290b4970f24bcff40f59ef (diff)
downloadaur-4640b2373f8d3535de1232348e7003547798bcd2.tar.gz
update to 1.2.9
* comment out check(), leave the check to who need it
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27d2e886b94e..b52adb838cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Quey-Liang Kao <s101062801@m101.nthu.edu.tw>
pkgname=openscap
-pkgver=1.2.8
-pkgrel=4
+pkgver=1.2.9
+pkgrel=1
pkgdesc="Open Source Security Compliance Solution"
# i686 is theoretically bulitable, if anyone needs it
@@ -21,7 +21,7 @@ optdepends=()
source=("https://github.com/OpenSCAP/openscap/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
"fails_and_fix.patch"
"xpath.patch")
-md5sums=('d26a148d834635363ac8cdd707828302'
+md5sums=('6a07b94d2d92dfec2818556ca117147a'
'7882c8b0010db0920d1cabbd2aabcc07'
'6dc765fcfba0e5c4ee277635d58584e2')
@@ -40,11 +40,11 @@ build() {
make # -j4
}
-check() {
- # Notice: It may take a long time to complete the check.
- cd "$pkgname-$pkgver"
- make check
-}
+# Notice: It may take a long time to complete the check.
+# check() {
+# cd "$pkgname-$pkgver"
+# make check
+#}
package() {
cd "$pkgname-$pkgver"