summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniël de Kok2018-07-19 18:14:30 +0000
committerDaniël de Kok2018-07-19 18:14:30 +0000
commit4470204fde5d8dd111673d590ac429958ddddc30 (patch)
tree9b51ea014de0453a0e678d8cf42fe79982eed389
parent2310d35a82f2d67fb27e679f94eb783380e4fe07 (diff)
downloadaur-4470204fde5d8dd111673d590ac429958ddddc30.tar.gz
Fix checksum mismatch.
Upstream has modified the XQilla 2.3.4 archive without a version bump, learing to a checksum mismatch. Work around this problem by using the original 2.3.4 tarball from the Ubuntu archive. While at it, update maintainer info.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09598569d26..2e884071da67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xqilla
pkgdesc = An XQuery and XPath 2.0 library, written in C++ and built on top of Xerces-C.
pkgver = 2.3.4
- pkgrel = 1
+ pkgrel = 2
url = http://xqilla.sourceforge.net/
arch = x86_64
license = GPL3
depends = xerces-c
depends = icu
- source = https://downloads.sourceforge.net/project/xqilla/XQilla-2.3.4.tar.gz
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/x/xqilla/xqilla_2.3.4.orig.tar.gz
sha256sums = adfd4df011fcda08be3f51771006da23e852bac81e2fe63159beddc3633b3f55
pkgname = xqilla
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() {