summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2018-06-09 12:43:24 -0300
committerEduardo Bart2018-06-09 12:43:24 -0300
commit4e04b14d401902ff5c0c164a925c5e97d4f2878d (patch)
treef216fe0c36ee862d7c5b136da0facbb0c7633322
parent0799e1adaca856ac5abafd87abe16aab9b800f4f (diff)
downloadaur-4e04b14d401902ff5c0c164a925c5e97d4f2878d.tar.gz
Fixes dependency
-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 ..