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

Andrea Scarpino andrea at archlinux.org
Thu Sep 15 07:15:04 UTC 2011


    Date: Thursday, September 15, 2011 @ 03:15:04
  Author: andrea
Revision: 138053

upgpkg: shared-desktop-ontologies 0.8.0-1

upstream release

Modified:
  shared-desktop-ontologies/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-15 06:36:24 UTC (rev 138052)
+++ PKGBUILD	2011-09-15 07:15:04 UTC (rev 138053)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=shared-desktop-ontologies
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Ontologies necessary for the Nepomuk semantic desktop"
 arch=('any')
@@ -11,10 +11,10 @@
 license=('GPL')
 makedepends=('cmake')
 source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2")
-md5sums=('2684924bf92d9fee476f1ba03a32add4')
+md5sums=('3abbd4ddc683aaa0504ed8499b57285e')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list