git » libdbusmenu-qt.git » commit 7ecee88

upstream release

author Andrea Scarpino
2011-06-28 07:38:29 UTC
committer Andrea Scarpino
2011-06-28 07:38:29 UTC
parent 54fccc1013d8fc53be16c86e1620c670f63b9333

upstream release

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cad16cc..2d60e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libdbusmenu-qt
-pkgver=0.8.2
+pkgver=0.8.3
 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=('88be2548e00acf988c66ed3a35844f64')
+md5sums=('8def56db4f58ca0a40d60807786f5912')
 
 build() {
   cd "${srcdir}"