summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCyril Levis2019-01-16 20:16:34 +0100
committerCyril Levis2019-01-16 20:16:34 +0100
commit857ff4d5c6551b6ae5450f634bc6a13f3909b5d6 (patch)
tree220bf9b265d2dc18703fa7c5d9543ea433d2bc1a /PKGBUILD
parent79d9e9965e1357a23552d056cf9e098af1e35c1c (diff)
downloadaur-857ff4d5c6551b6ae5450f634bc6a13f3909b5d6.tar.gz
upgpkg: openscap 1.2.17-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f50d974c863..624827b520f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openscap
pkgver=1.2.17
-pkgrel=2
+pkgrel=3
pkgdesc="Open Source Security Compliance Solution"
# i686 is theoretically bulitable, if anyone needs it
@@ -22,16 +22,6 @@ makedepends=('doxygen' 'automake' 'acl')
source=("https://github.com/OpenSCAP/openscap/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('56d11d9bd3d61b6edf7368636344ff72')
-prepare() {
- cd "$pkgname-$pkgver"
-
- # This is for Red Hat/Fedora family, we don't need it.
- sed -e "s/^.*default_cpe.*$/\\\/" -i $srcdir/$pkgname-$pkgver/tests/API/XCCDF/Makefile.am
-
- # The upstream has fixed some of the issues, but more check needed
- # patch -f -p1 -i "$srcdir/fails_and_fix.patch"
- # patch -f -p2 -i "$srcdir/xpath.patch"
-}
build() {
cd "$pkgname-$pkgver"