summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-03-10 20:00:46 +0100
committerMartchus2016-03-10 20:00:46 +0100
commit431e7fbb765a354f4c06ff29a6f874b0d8778c7d (patch)
tree5e0bf3f56b4f604753af914fa06657a1c7f298a2 /PKGBUILD
parenta74be54fed70fe86a978b7dd1eeceba17a1e0e89 (diff)
downloadaur-431e7fbb765a354f4c06ff29a6f874b0d8778c7d.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6646c3cf5f..4422a765b040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_qt_module=qtactiveqt
pkgname=mingw-w64-qt5-activeqt
pkgver=5.5.1
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc="ActiveX integration framework (mingw-w64)"
depends=(mingw-w64-qt5-base)
-makedepends=(mingw-w64-{gcc,headers-git,crt-git,winpthreads-git} python)
+makedepends=(mingw-w64-{gcc,headers,crt,winpthreads} python)
options=(!strip !buildflags staticlibs)
groups=(mingw-w64-qt mingw-w64-qt5)
license=("custom, FDL, GPL3, LGPL")