summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Biehl2018-09-05 02:09:52 +0200
committerDaniel Biehl2018-09-05 02:09:52 +0200
commit91f411cfc2972c44ea4af84247a957ee917933b0 (patch)
tree11720f6b263b7b6463c29b3e5dd37773f1478d99
parent4470204fde5d8dd111673d590ac429958ddddc30 (diff)
downloadaur-91f411cfc2972c44ea4af84247a957ee917933b0.tar.gz
update package source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e884071da67..d47650a7113e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = xqilla
license = GPL3
depends = xerces-c
depends = icu
- source = http://archive.ubuntu.com/ubuntu/pool/universe/x/xqilla/xqilla_2.3.4.orig.tar.gz
- sha256sums = adfd4df011fcda08be3f51771006da23e852bac81e2fe63159beddc3633b3f55
+ source = https://downloads.sourceforge.net/project/xqilla/XQilla-2.3.4.tar.gz
+ sha256sums = 292631791631fe2e7eb9727377335063a48f12611d641d0296697e0c075902eb
pkgname = xqilla
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}"