Date: Saturday, June 30, 2012 @ 13:29:39
  Author: andrea
Revision: 162801

upgpkg: virtuoso 6.1.5.20120630-1

Update to a snapshot to fix a broken nepomuk 
http://www.mail-archive.com/[email protected]/msg02496.html

Modified:
  virtuoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-06-30 16:09:49 UTC (rev 162800)
+++ PKGBUILD    2012-06-30 17:29:39 UTC (rev 162801)
@@ -3,21 +3,22 @@
 # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail 
service>
 
 pkgname=virtuoso
-pkgver=6.1.5
+pkgver=6.1.5.20120630
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
 depends=('libldap')
-makedepends=('bison' 'flex')
+makedepends=('bison' 'flex' 'gperf')
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz";)
-md5sums=('61b53395e14a11dd7e7715b50261b9eb')
+md5sums=('1364679ffdbc6b0c16eadf6dee0e2676')
 
 build() {
   cd ${srcdir}/${pkgname}-opensource-${pkgver}
 
+  ./autogen.sh
   ./configure --prefix=/usr \
     --localstatedir=/var \
     --sysconfdir=/etc \

Reply via email to