summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Biehl2018-09-05 02:09:52 +0200
committerDaniel Biehl2018-09-05 02:09:52 +0200
commit91f411cfc2972c44ea4af84247a957ee917933b0 (patch)
tree11720f6b263b7b6463c29b3e5dd37773f1478d99 /PKGBUILD
parent4470204fde5d8dd111673d590ac429958ddddc30 (diff)
downloadaur-91f411cfc2972c44ea4af84247a957ee917933b0.tar.gz
update package source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d54b3d59470..a5e39a41d74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Daniƫl de Kok <me@danieldk.eu>
# Contributor: Brendan Abolivier <brendan@cozycloud.cc>
+# Contributor: Daniel Biehl <dbiehl@live.de>
pkgname=xqilla
pkgver=2.3.4
pkgrel=2
@@ -8,11 +9,9 @@ arch=("x86_64")
url="http://xqilla.sourceforge.net/"
license=("GPL3")
depends=("xerces-c" "icu")
-# 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')
+
+source=("https://downloads.sourceforge.net/project/xqilla/XQilla-${pkgver}.tar.gz")
+sha256sums=('292631791631fe2e7eb9727377335063a48f12611d641d0296697e0c075902eb')
prepare() {
cd "XQilla-${pkgver}"