diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
commit | 93e6000b49f03ddf5a7046d325675ab43f58980b (patch) | |
tree | 4202781c4124b57e808c9c6f51ba71e71484969e /extra/virtuoso/PKGBUILD | |
parent | fe4dcf73c98bd9629ed703a027a4b812fb174cdd (diff) | |
parent | 4141f5b04aab597f88a617a82649a404c773469a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-binary/PKGBUILD
community/haskell-ghc-paths/PKGBUILD
community/virtualbox/PKGBUILD
extra/cscope/PKGBUILD
extra/pixman/PKGBUILD
extra/virtuoso/PKGBUILD
extra/xfce4-weather-plugin/PKGBUILD
Diffstat (limited to 'extra/virtuoso/PKGBUILD')
-rw-r--r-- | extra/virtuoso/PKGBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD index 988741d19..053c92e47 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' 'mips64el') 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 \ |