summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-03-10 20:00:46 +0100
committerMartchus2016-03-10 20:00:46 +0100
commit431e7fbb765a354f4c06ff29a6f874b0d8778c7d (patch)
tree5e0bf3f56b4f604753af914fa06657a1c7f298a2
parenta74be54fed70fe86a978b7dd1eeceba17a1e0e89 (diff)
downloadaur-431e7fbb765a354f4c06ff29a6f874b0d8778c7d.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54545a686666..ce5772d909ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 22:50:54 UTC 2016
+# Thu Mar 10 19:00:07 UTC 2016
pkgbase = mingw-w64-qt5-activeqt
pkgdesc = ActiveX integration framework (mingw-w64)
pkgver = 5.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
license = custom, FDL, GPL3, LGPL
makedepends = mingw-w64-gcc
- makedepends = mingw-w64-headers-git
- makedepends = mingw-w64-crt-git
- makedepends = mingw-w64-winpthreads-git
+ makedepends = mingw-w64-headers
+ makedepends = mingw-w64-crt
+ makedepends = mingw-w64-winpthreads
makedepends = python
depends = mingw-w64-qt5-base
options = !strip
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")