summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c28c7a7583b0..3d54b3d59470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,17 @@
-# Maintainer: Brendan Abolivier <brendan@cozycloud.cc>
+# Maintainer: Daniƫl de Kok <me@danieldk.eu>
+# Contributor: Brendan Abolivier <brendan@cozycloud.cc>
pkgname=xqilla
pkgver=2.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="An XQuery and XPath 2.0 library, written in C++ and built on top of Xerces-C."
arch=("x86_64")
url="http://xqilla.sourceforge.net/"
license=("GPL3")
depends=("xerces-c" "icu")
-source=("https://downloads.sourceforge.net/project/xqilla/XQilla-${pkgver}.tar.gz")
+# Temporarily use Ubuntu archive for the source tarball. Upstream modified the
+# archive without bumping the version.
+# source=("https://downloads.sourceforge.net/project/xqilla/XQilla-${pkgver}.tar.gz")
+source=("http://archive.ubuntu.com/ubuntu/pool/universe/x/xqilla/xqilla_${pkgver}.orig.tar.gz")
sha256sums=('adfd4df011fcda08be3f51771006da23e852bac81e2fe63159beddc3633b3f55')
prepare() {