summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1e4b05c61f..d8f6e72f6aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mingw-w64-physfs
pkgdesc = A library to provide abstract access to various archives (mingw-w64)
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 3
url = http://icculus.org/physfs/
arch = any
license = ZLIB
makedepends = mingw-w64-gcc
- makedepends = mingw-gcc-crt
+ makedepends = mingw-w64-crt
makedepends = mingw-w64-cmake
depends = mingw-w64-zlib
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 26a7a93cc462..e3fe42a005e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-physfs
_basename=physfs
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A library to provide abstract access to various archives (mingw-w64)"
arch=('any')
url="http://icculus.org/physfs/"
@@ -26,7 +26,6 @@ build() {
mkdir build-${_arch}
cd build-${_arch}
${_arch}-cmake \
- -DCMAKE_INSTALL_PREFIX=/usr/${_arch} \
-DCMAKE_BUILD_TYPE=Release \
-DPHYSFS_BUILD_TEST=OFF \
-DPHYSFS_BUILD_WX_TEST=OFF ..