summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-04-21 21:00:49 +0800
committerpingplug2018-04-21 21:00:49 +0800
commitc99137545830c2868cd29381953cfbe886f62c21 (patch)
tree682383540085c6a27086b844de3737ff14ac9a62
parentf2e9df4b17af7f1127af7527852e5e091488a1a7 (diff)
downloadaur-c99137545830c2868cd29381953cfbe886f62c21.tar.gz
Updated to 1.12.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d77850460c..f668dac0851c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Aug 9 21:50:01 UTC 2017
pkgbase = mingw-w64-dbus
pkgdesc = Freedesktop.org message bus system (mingw-w64)
- pkgver = 1.10.22
+ pkgver = 1.12.6
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = any
@@ -19,7 +17,7 @@ pkgbase = mingw-w64-dbus
options = !buildflags
options = staticlibs
options = !emptydirs
- source = git+https://anongit.freedesktop.org/git/dbus/dbus#commit=2f8f4d619b16b134671521c2b4aea3a94fb47848
+ source = git+https://anongit.freedesktop.org/git/dbus/dbus#commit=a723baa2bc7e91fc9b1926cda1ce53e9301de4d8
sha256sums = SKIP
pkgname = mingw-w64-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 323b5fe6197f..6540b4cbebc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-dbus
-pkgver=1.10.22
+pkgver=1.12.6
pkgrel=1
-_commit=2f8f4d619b16b134671521c2b4aea3a94fb47848 # tags/dbus-1.10.22^0
+_commit=a723baa2bc7e91fc9b1926cda1ce53e9301de4d8 # tags/dbus-1.12.6^0
arch=(any)
pkgdesc="Freedesktop.org message bus system (mingw-w64)"
depends=(mingw-w64-expat)
@@ -15,8 +15,6 @@ license=("custom" "GPL")
url="https://wiki.freedesktop.org/www/Software/dbus/"
source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit")
sha256sums=('SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90' # Simon McVittie <simon.mcvittie@collabora.co.uk>
- '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie@collabora.co.uk>
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -27,9 +25,7 @@ pkgver() {
prepare() {
cd "${srcdir}/dbus"
- git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
- NOCONFIGURE=1 ./autogen.sh
- sed -i 's,THREAD_LIBS="$THREAD_LIBS -lrt",THREAD_LIBS="$THREAD_LIBS",' configure
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
@@ -62,3 +58,4 @@ package() {
find "${pkgdir}/usr/${_arch}" -name "*.a" -o -name "*.dll" | xargs ${_arch}-strip -g
done
}
+