summaryrefslogtreecommitdiffstats
path: root/abs/extra/libbonobo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/libbonobo/PKGBUILD')
-rw-r--r--abs/extra/libbonobo/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/libbonobo/PKGBUILD b/abs/extra/libbonobo/PKGBUILD
index 93e2538..de48e25 100644
--- a/abs/extra/libbonobo/PKGBUILD
+++ b/abs/extra/libbonobo/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libbonobo
-pkgver=2.24.1
+pkgver=2.24.3
pkgrel=1
pkgdesc="A set of language and system independant CORBA interfaces for creating reusable components"
arch=(i686 x86_64)
@@ -16,8 +16,6 @@ url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/libbonobo/2.24/libbonobo-${pkgver}.tar.bz2
bonobo-activation-config.xml)
install=libbonobo.install
-md5sums=('8868b6083392964a6969547ceb8d7cd1'
- '6392efaca30a26f826eafc4b8ccbc01f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,3 +26,5 @@ build() {
make DESTDIR="${pkgdir}" install || return 1
install -m644 "${srcdir}/bonobo-activation-config.xml" "${pkgdir}/etc/bonobo-activation/" || return 1
}
+md5sums=('b217cef6a187505290c66c5bf8225d38'
+ '6392efaca30a26f826eafc4b8ccbc01f')