summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-10-24 21:39:23 +0200
committerMichel Zou2016-10-24 21:39:23 +0200
commit099d52f2c6b170899cdbb17ed8f7d2f6de8fb460 (patch)
tree365ab3b47932b5545a48783432ad2db88548c7b2
parent0f6a97b5d2bfeefe3f443a277ed3685999b63f74 (diff)
downloadaur-099d52f2c6b170899cdbb17ed8f7d2f6de8fb460.tar.gz
dbus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeeff6a638cd..f2851179b112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Sep 25 18:14:46 UTC 2016
+# Mon Oct 24 19:39:23 UTC 2016
pkgbase = mingw-w64-qt4
pkgdesc = A cross-platform application and UI framework (mingw-w64)
pkgver = 4.8.7
@@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt4
depends = mingw-w64-sqlite
depends = mingw-w64-libpng
depends = mingw-w64-openssl
- depends = mingw-w64-libdbus
+ depends = mingw-w64-dbus
optdepends = mingw-w64-postgresql: PostgreSQL driver
optdepends = mingw-w64-mariadb-connector-c: MariaDB driver
conflicts = mingw-w64-qt
diff --git a/PKGBUILD b/PKGBUILD
index 7c1e60ec75dd..ddd961eb8ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
'mingw-w64-sqlite'
'mingw-w64-libpng'
'mingw-w64-openssl'
- 'mingw-w64-libdbus')
+ 'mingw-w64-dbus')
makedepends=('mingw-w64-gcc' 'mingw-w64-mariadb-connector-c' 'mingw-w64-postgresql' 'mingw-w64-pkg-config')
optdepends=('mingw-w64-postgresql: PostgreSQL driver'
'mingw-w64-mariadb-connector-c: MariaDB driver')