summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-06-12 13:13:18 +0800
committerpingplug2019-06-12 13:13:18 +0800
commit53bd1c7c0ffc71ada394b852b7f49881fd7f1bbc (patch)
tree689e8ab7d7b7c6fef3011482b18e4ffeb0f06339
parentcbe8d686bda411d8e7e98894d74c79777b18eda0 (diff)
downloadaur-53bd1c7c0ffc71ada394b852b7f49881fd7f1bbc.tar.gz
UPdated to 1.12.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d615ad5837d..d9e5787e00c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-dbus
pkgdesc = Freedesktop.org message bus system (mingw-w64)
- pkgver = 1.12.14
+ pkgver = 1.12.16
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-dbus
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://anongit.freedesktop.org/git/dbus/dbus#commit=a330c6184fe9c7f67495f8d4563b11d51a6dccc7
+ source = git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=23cc709db8fab94f11fa48772bff396b20aea8b0
sha256sums = SKIP
pkgname = mingw-w64-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 15f2966ec1fc..f2ef4f79d41e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Schala Zeal < schalaalexiazeal at gmail dot com >
# Contributor: Filip Brcic < brcha at gna dot org >
-_commit=a330c6184fe9c7f67495f8d4563b11d51a6dccc7 # tags/dbus-1.12.14^0
+_commit=23cc709db8fab94f11fa48772bff396b20aea8b0 # tags/dbus-1.12.16^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-dbus
-pkgver=1.12.14
+pkgver=1.12.16
pkgrel=1
pkgdesc="Freedesktop.org message bus system (mingw-w64)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=('mingw-w64-configure'
'git')
provides=('mingw-w64-libdbus')
options=('!strip' 'staticlibs' '!buildflags')
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=${_commit}")
+source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {