git » libdbusmenu-qt.git » commit 94105f3

upstream release

author Andrea Scarpino
2011-08-31 22:51:43 UTC
committer Andrea Scarpino
2011-08-31 22:51:43 UTC
parent 7ecee88df0777cf7ff707621a43e93aaf88e23d7

upstream release

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2d60e28..32194ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libdbusmenu-qt
-pkgver=0.8.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
 depends=('qt')
 makedepends=('cmake')
 source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('8def56db4f58ca0a40d60807786f5912')
+md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
 
 build() {
   cd "${srcdir}"