diff options
author | root <root@rshg054.dnsready.net> | 2011-12-27 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-27 23:14:54 +0000 |
commit | b3288f94e625603d6b5b23740b721287e75eead7 (patch) | |
tree | eff707b86ebe69b25cbd9f7b6549e7d8d76f4e46 /extra/attica | |
parent | 342100843ef3e4379443c526403fac1b1cb6416a (diff) |
Tue Dec 27 23:14:54 UTC 2011
Diffstat (limited to 'extra/attica')
-rw-r--r-- | extra/attica/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/attica/PKGBUILD b/extra/attica/PKGBUILD index 4135c242f..0ec114468 100644 --- a/extra/attica/PKGBUILD +++ b/extra/attica/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 142782 2011-11-15 06:11:07Z andrea $ +# $Id: PKGBUILD 145659 2011-12-26 12:00:10Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=attica -pkgver=0.2.9 +pkgver=0.3.0 pkgrel=1 -pkgdesc='A library to access Open Collaboration Service providers' +pkgdesc='A Qt library that implements the Open Collaboration Services API' arch=('i686' 'x86_64') -url='http://www.kde.org' +url='https://projects.kde.org/projects/kdesupport/attica' license=('LGPL') depends=('qt') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39') +md5sums=('5a77f678422e7a52e3a3abb2d7ad0499') build() { cd "${srcdir}" |