summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2017-08-18 20:07:55 +0200
committerCarsten Teibes2017-08-18 20:07:55 +0200
commitfd5f48a216952a62ff11cde97f1a6615b778c6f3 (patch)
tree5f40dc35e260a742d048650ac0ca802d4ca0ef90 /PKGBUILD
parentfed5bd8bb27e73754da22556566a741e568de820 (diff)
downloadaur-physfs-hg.tar.gz
[upd] remove outdated fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3129e2261b5..5969653b46d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
pkgname=physfs-hg
-pkgver=2.1.0.r1355.52a7487e505c
+pkgver=2.1.1.r1590.5aa450209e6a
pkgrel=1
pkgdesc="A library to provide abstract access to various archives (development version)"
arch=('i686' 'x86_64')
@@ -23,18 +23,11 @@ pkgver() {
printf "%s.r%s.%s" "$_ver" "$(hg identify -n)" "$(hg identify -i)"
}
-prepare() {
- cd ${pkgname%-*}
-
- # avoid abort in docs target
- sed -i 's/-Werror//' CMakeLists.txt
-}
-
build() {
cd ${pkgname%-*}
cmake ./ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
- -DPHYSFS_BUILD_TEST=OFF
+ -DPHYSFS_BUILD_TEST=FALSE
make all docs
}