[arch-commits] Commit in shared-desktop-ontologies/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu May 20 15:57:21 UTC 2010


    Date: Thursday, May 20, 2010 @ 11:57:21
  Author: andrea
Revision: 80624

upgpkg: shared-desktop-ontologies 0.5-1
upstream release

Modified:
  shared-desktop-ontologies/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-20 15:38:36 UTC (rev 80623)
+++ PKGBUILD	2010-05-20 15:57:21 UTC (rev 80624)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=shared-desktop-ontologies
-pkgver=0.3
+pkgver=0.5
 pkgrel=1
 pkgdesc="Ontologies necessary for the Nepomuk semantic desktop"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 makedepends=("cmake")
 source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2")
-md5sums=('6c93fdd49f1ad4c0005d72a5306768b9')
+md5sums=('067ec9023c4a48e0d53fb15484d78971')
 
 build() {
   cd ${srcdir}
@@ -24,5 +24,5 @@
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list