summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-12-17 20:58:34 +0100
committerfelics@felics-tablet2017-12-17 20:58:34 +0100
commitc195adad402814f7296e0a4aea4374a34cb99ba2 (patch)
treecdf2ad1fc24e9e6e5aa0db4dc3b8334bdb0a2815 /PKGBUILD
parent6f983171082369cb2acc27d0758c62218db025f9 (diff)
downloadaur-c195adad402814f7296e0a4aea4374a34cb99ba2.tar.gz
made an abstraction in the PKGBUILD. And new version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 294a73fca702..1aa5269b6208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=idos-timetable-browser-license-installer
pkgname="${_pkgname}-latest"
epoch=1
-_pkgver=2016_2017
+_pkgver=2017_2018
pkgver="${_pkgver}"
pkgrel=1
pkgdesc="If you purchased IDOS for Windows by CHAPS, then this installs the license. You need to enter your ZIP-extraction-code and your setup-code during installation. Runs an interactive GUI software via wine during installation."
@@ -40,9 +40,10 @@ conflicts=(
replaces=("${_pkgname}<=${pkgver}")
+_target="iwin.zip"
source=(
- "iwin.zip::ftp://ttakt.chaps.cz/TTAktual/Win/Zip/IWIN.ZIP"
+ "${_target}::ftp://ttakt.chaps.cz/TTAktual/Win/Zip/IWIN.ZIP"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"copying.txt"
"installer_settings.inf"