author | Andrea Scarpino
<andrea@archlinux.org> 2010-05-20 11:32:24 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2010-05-20 11:32:24 UTC |
parent | 224b35f70d653488c04fe41eb44342ea8b2d8180 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index aaaa4c3..fd6903c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=attica -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc='A library to access Open Collaboration Service providers' 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=('aeb0c14d1bf2afa7d9ce3b5a16390a03') +md5sums=('04887f3d10f6394cafc0d77c0ae60ec2') build() { cd ${srcdir} @@ -26,5 +26,5 @@ build() { package() { cd ${srcdir}/build - make DESTDIR=${pkgdir} install + make DESTDIR=${pkgdir} install || return 1 }