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