git » libdbusmenu-qt.git » commit 07e995a

upstream release

author Andrea Scarpino
2011-03-27 14:11:17 UTC
committer Andrea Scarpino
2011-03-27 14:11:17 UTC
parent aeb7b47bdd2898fa4d9de94790fa0bd16246b4c1

upstream release

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b260a06..2905419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libdbusmenu-qt
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/libdbusmenu-qt"
 license=('GPL')
 depends=('qt')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
 source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('576a0cdaa15959e65fc07815051c2160')
+md5sums=('495bf59b9fcc00e4260fd5acbb21b78b')
 
 build() {
   cd ${srcdir}