summaryrefslogtreecommitdiff
path: root/extra/virtuoso/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/virtuoso/PKGBUILD')
-rw-r--r--extra/virtuoso/PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD
index 9df06d613..6d79cde5f 100644
--- a/extra/virtuoso/PKGBUILD
+++ b/extra/virtuoso/PKGBUILD
@@ -1,28 +1,23 @@
-# $Id: PKGBUILD 138426 2011-09-22 19:46:09Z andrea $
+# $Id: PKGBUILD 142435 2011-11-09 18:50:28Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=virtuoso
-pkgver=6.1.3
-pkgrel=2
+pkgver=6.1.4
+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=('openssl')
+depends=('libldap')
makedepends=('bison' 'flex')
options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz"
- 'fix-unicode.patch')
-md5sums=('7d4b0497411ff1c34d7ca247618cdd17'
- '550dcc877dcbda707aa7ba53800e5d5b')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz")
+md5sums=('7110a0b4b171b84850d346f4fe648172')
build() {
cd ${srcdir}/${pkgname}-opensource-${pkgver}
- # Already fixed upstream
- patch -p0 -i "${srcdir}"/fix-unicode.patch
-
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \