diff options
author | root <root@rshg054.dnsready.net> | 2013-06-14 01:27:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-14 01:27:56 -0700 |
commit | adf79eda8c652508134a41dff3af9524a87bbe5b (patch) | |
tree | 7651bdd229352c346fc70589dadd09079fe610a3 /extra/attica | |
parent | 999ea819e4912b07aecd1ee8187ff1abcdb3de36 (diff) |
Fri Jun 14 01:27:27 PDT 2013
Diffstat (limited to 'extra/attica')
-rw-r--r-- | extra/attica/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/attica/PKGBUILD b/extra/attica/PKGBUILD index 6fb142cef..e407cd70e 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') 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} \ |