summaryrefslogtreecommitdiff
path: root/extra/attica/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/attica/PKGBUILD')
-rw-r--r--extra/attica/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/attica/PKGBUILD b/extra/attica/PKGBUILD
index 66000ef1f..4135c242f 100644
--- a/extra/attica/PKGBUILD
+++ b/extra/attica/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id$
+# $Id: PKGBUILD 142782 2011-11-15 06:11:07Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=attica
-pkgver=0.2.0
+pkgver=0.2.9
pkgrel=1
pkgdesc='A library to access Open Collaboration Service providers'
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ license=('LGPL')
depends=('qt')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('df3dcea0229cfa31539bdd427976e15b')
+md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@ build() {
}
package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
}