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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 06:05:04 UTC 2013


    Date: Thursday, June 13, 2013 @ 08:05:04
  Author: andrea
Revision: 188213

upgpkg: shared-desktop-ontologies 0.11.0-1

Upstream release

Modified:
  shared-desktop-ontologies/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-13 03:55:11 UTC (rev 188212)
+++ PKGBUILD	2013-06-13 06:05:04 UTC (rev 188213)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=shared-desktop-ontologies
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Provide RDF vocabularies for the Semantic Desktop"
 arch=('any')
@@ -11,10 +11,9 @@
 license=('GPL')
 makedepends=('cmake')
 source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2")
-md5sums=('bfb7b5acbb43e5e45466c87dbe9c45b7')
+md5sums=('db75d155ac9b60e3d187e23544744acc')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +23,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list