diff options
Diffstat (limited to 'extra/attica/PKGBUILD')
-rw-r--r-- | extra/attica/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/attica/PKGBUILD b/extra/attica/PKGBUILD index 0ec114468..ccad37990 100644 --- a/extra/attica/PKGBUILD +++ b/extra/attica/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145659 2011-12-26 12:00:10Z andrea $ +# $Id: PKGBUILD 162059 2012-06-19 10:13:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=attica -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=1 pkgdesc='A Qt library that implements the Open Collaboration Services API' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') depends=('qt') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('5a77f678422e7a52e3a3abb2d7ad0499') +md5sums=('2de3a49d79884ed3ce9df491bf35a86b') build() { cd "${srcdir}" |