summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2015-02-28 11:14:16 +0800
committerFantix King2015-11-17 01:40:26 +0800
commit970ae24f49276d6b2844c6fbcc157d0a43e611b9 (patch)
treef22eb81eee8bc80eddbededf491bd9ec690790e4
parente6ae9f12a1bacd8399b1ba825252ff7781d42c02 (diff)
downloadaur-970ae24f49276d6b2844c6fbcc157d0a43e611b9.tar.gz
1.8.16-1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30e48bd9508c..303aac0fa070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libx32-libdbus
pkgdesc = DBus library (x32 ABI)
- pkgver = 1.8.6
- pkgrel = 1
+ pkgver = 1.8.16
+ pkgrel = 1.1
url = http://www.freedesktop.org/Software/dbus
arch = x86_64
license = GPL
@@ -17,8 +17,10 @@ pkgbase = libx32-libdbus
conflicts = libx32-dbus
replaces = libx32-dbus-core
replaces = libx32-dbus
- source = http://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz
- md5sums = 6a08ba555d340e9dfe2d623b83c0eea8
+ source = http://dbus.freedesktop.org/releases/dbus/dbus-1.8.16.tar.gz
+ source = http://dbus.freedesktop.org/releases/dbus/dbus-1.8.16.tar.gz.asc
+ md5sums = 020824a38850501e7d6ba8307a7c5ac3
+ md5sums = SKIP
pkgname = libx32-libdbus
diff --git a/PKGBUILD b/PKGBUILD
index 1aca0f71630d..a712eed4d419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 115672 2014-07-14 07:16:56Z lcarlier $
+# $Id: PKGBUILD 127459 2015-02-10 07:28:52Z lcarlier $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# x32 Maintainer: Fantix King <fantix.king at gmail.com>
pkgname=libx32-libdbus
_pkgbasename=libdbus
-pkgver=1.8.6
-pkgrel=1
+pkgver=1.8.16
+pkgrel=1.1
pkgdesc="DBus library (x32 ABI)"
arch=('x86_64')
url="http://www.freedesktop.org/Software/dbus"
@@ -15,8 +15,10 @@ makedepends=('gcc-multilib-x32' 'libx32-libx11')
provides=('libx32-dbus-core' 'libx32-dbus')
conflicts=('libx32-dbus-core' 'libx32-dbus')
replaces=('libx32-dbus-core' 'libx32-dbus')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('6a08ba555d340e9dfe2d623b83c0eea8')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
+md5sums=('020824a38850501e7d6ba8307a7c5ac3'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie@collabora.co.uk>
build() {
export CC="gcc -mx32"