summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-12-02 21:47:04 +0100
committerMichel Zou2019-12-02 21:47:04 +0100
commit38d82386d30186290e5ee2303029fbfb10b71485 (patch)
tree0602a186bfec20f445f62fef36a67f4b24243414 /PKGBUILD
parent24fca81db6e22abeb5f8b5d05a5605e5e1fbd585 (diff)
downloadaur-38d82386d30186290e5ee2303029fbfb10b71485.tar.gz
mingw-w64-environment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b129cac351c7..2d5371dc2797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=mingw-w64-cmake
pkgver=1
-pkgrel=32
+pkgrel=33
arch=('any')
pkgdesc="CMake wrapper for MinGW (mingw-w64)"
-depends=('cmake' 'mingw-w64-gcc' 'mingw-w64-pkg-config')
+depends=('cmake' 'mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-environment')
optdepends=('mingw-w64-wine: runtime support')
license=("GPL")
url="http://fedoraproject.org/wiki/MinGW"