summaryrefslogtreecommitdiff
path: root/extra/attica
diff options
context:
space:
mode:
Diffstat (limited to 'extra/attica')
-rw-r--r--extra/attica/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/attica/PKGBUILD b/extra/attica/PKGBUILD
index fdf102f79..792a1ecfe 100644
--- a/extra/attica/PKGBUILD
+++ b/extra/attica/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 178948 2013-03-01 10:19:16Z andrea $
+# $Id: PKGBUILD 188216 2013-06-13 06:07:09Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=attica
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc='A Qt library that implements the Open Collaboration Services API'
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/kdesupport/attica'
@@ -11,11 +11,9 @@ license=('LGPL')
depends=('qt4')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
+md5sums=('d62c5c9489a68432e8d990dde7680c24')
build() {
- . /etc/profile.d/qt4.sh
-
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \