[arch-commits] Commit in attica/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu May 20 11:32:24 UTC 2010


    Date: Thursday, May 20, 2010 @ 07:32:24
  Author: andrea
Revision: 80599

upgpkg: attica 0.1.4-1
upstream release

Modified:
  attica/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-19 22:52:09 UTC (rev 80598)
+++ PKGBUILD	2010-05-20 11:32:24 UTC (rev 80599)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at 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 @@
 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 @@
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list