dbus-glib update

This commit is contained in:
Neophytos 2012-09-25 20:24:56 +00:00
parent f3766ef592
commit d4e1ca2ef0

View File

@ -7,8 +7,8 @@
_pkgbasename=dbus-glib _pkgbasename=dbus-glib
pkgname=lib32-${_pkgbasename} pkgname=lib32-${_pkgbasename}
pkgver=0.94 pkgver=0.100
pkgrel=2 pkgrel=1
pkgdesc="GLib bindings for DBUS (32-bit)" pkgdesc="GLib bindings for DBUS (32-bit)"
arch=(x86_64) arch=(x86_64)
license=('GPL') license=('GPL')
@ -17,7 +17,7 @@ depends=('lib32-dbus-core' 'lib32-glib2' ${_pkgbasename})
makedepends=('gcc-multilib' 'lib32-libffi' 'pkgconfig') makedepends=('gcc-multilib' 'lib32-libffi' 'pkgconfig')
options=(!libtool !emptydirs) options=(!libtool !emptydirs)
source=(http://dbus.freedesktop.org/releases/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz) source=(http://dbus.freedesktop.org/releases/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
md5sums=('e1f1506a6f4941e67bffd614b1ad5af6') md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
build() { build() {
export CC="gcc -m32" export CC="gcc -m32"
@ -31,7 +31,6 @@ build() {
--enable-static=no \ --enable-static=no \
--enable-bash-completion=no --enable-bash-completion=no
make make
make DESTDIR="${pkgdir}" install
} }
package() { package() {