diff options
author | root <root@rshg047.dnsready.net> | 2011-04-17 04:48:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-17 04:48:45 +0000 |
commit | 66f23fc95df1f1b02b24701055a63bddfd292451 (patch) | |
tree | 22bd436b3447d82959f6f030de7ffb83de1466c1 /extra/virtuoso | |
parent | ec549f64c923643d4b13dd7d364e080840ae3e29 (diff) |
Sun Apr 17 04:48:45 UTC 2011
Diffstat (limited to 'extra/virtuoso')
-rw-r--r-- | extra/virtuoso/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD index db2433971..63ea4be34 100644 --- a/extra/virtuoso/PKGBUILD +++ b/extra/virtuoso/PKGBUILD @@ -1,9 +1,9 @@ -# $Id $ +# $Id: PKGBUILD 119933 2011-04-17 01:32:48Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=virtuoso -pkgver=6.1.2 +pkgver=6.1.3 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' @@ -13,7 +13,7 @@ depends=('openssl') makedepends=('bison' 'flex') options=('!libtool' '!makeflags') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz") -md5sums=('0519e1f104428e0c8b25fad89e3c57ef') +md5sums=('7d4b0497411ff1c34d7ca247618cdd17') build() { cd ${srcdir}/${pkgname}-opensource-${pkgver} |