diff options
Diffstat (limited to 'extra/redland/PKGBUILD')
-rw-r--r-- | extra/redland/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/redland/PKGBUILD b/extra/redland/PKGBUILD index 2b6db16bd..d3d4f093c 100644 --- a/extra/redland/PKGBUILD +++ b/extra/redland/PKGBUILD @@ -6,10 +6,10 @@ pkgbase=redland epoch=1 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 'redland-storage-virtuoso' 'redland-storage-sqlite') pkgver=1.0.15 -pkgrel=3 +pkgrel=3.2 url="http://librdf.org/" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('rasqal>=0.9.28' 'raptor>=2.0.6' 'db>=5.3' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3') options=('!libtool') source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc} |