summaryrefslogtreecommitdiff
path: root/extra/rasqal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rasqal/PKGBUILD')
-rw-r--r--extra/rasqal/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD
index a0f1ed7b4..1e9f54dec 100644
--- a/extra/rasqal/PKGBUILD
+++ b/extra/rasqal/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 198396 2013-10-30 14:37:02Z allan $
+# $Id: PKGBUILD 202985 2013-12-30 08:44:05Z foutrelis $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Lawrence Lee <valheru@facticius.net>
@@ -6,13 +6,14 @@
pkgname=rasqal
epoch=1
pkgver=0.9.30
-pkgrel=1
+pkgrel=3
pkgdesc="A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings"
url="http://librdf.org/rasqal"
license=('GPL' 'LGPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('raptor' 'mpfr' 'util-linux')
source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,4 +32,3 @@ package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')