summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordetrito2015-12-29 01:54:15 +0100
committerdetrito2015-12-29 01:55:44 +0100
commit7c79cb4d40d9a33591bb518a2913f17fc58cbb03 (patch)
treeb3e42e0ae154294b1c52eee00e1d96547e717547
parent1978f1bff41fde93ae4e52eb29fc9b9d708c985b (diff)
downloadaur-7c79cb4d40d9a33591bb518a2913f17fc58cbb03.tar.gz
Fix download url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55e84178e4c..823df6b152e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 00:41:55 UTC 2015
+# Tue Dec 29 00:53:23 UTC 2015
pkgbase = therion
pkgdesc = A cave surveying software
pkgver = 5.3.16
@@ -19,7 +19,7 @@ pkgbase = therion
optdepends = libjpeg-turbo
optdepends = libpng
optdepends = zlib
- source = {http://therion.speleo.sk}/download/therion-5.3.16.tar.gz
+ source = http://therion.speleo.sk/downloads/therion-5.3.16.tar.gz
source = loch-makefile-vtk-6.1.patch
source = makefile-install-path.patch
sha256sums = 73cda5225725d3e8cadd6fada9e506ab94b093d4e7a9fc90eaf23f8c7be6eb85
diff --git a/PKGBUILD b/PKGBUILD
index fbe22e7e48b8..a4e23b882aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('tk' 'bwidget' 'texlive-core' 'imagemagick' 'wxgtk' 'glu'
'vtk' 'webkitgtk2')
optdepends=('libjpeg-turbo' 'libpng' 'zlib')
-source=("{$url}/download/${pkgname}-${pkgver}.tar.gz"
+source=("${url}/downloads/${pkgname}-${pkgver}.tar.gz"
"loch-makefile-vtk-6.1.patch"
"makefile-install-path.patch")