summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64d5d1412b22..e1cabc9f35e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = idos-timetable-tariff-chaps-all-latest
pkgdesc = Tariff data for the timetable search engines by CHAPS: Czech/Slovak trains + bus, Czech public transport. Note that some data need the purchased version of IDOS to run.
pkgver = 2016_5_18
- pkgrel = 3
+ pkgrel = 4
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvatar
- arch = i686
- arch = x86_64
+ arch = any
+ groups = idos-timetable
license = custom
makedepends = wget
depends = idos-timetable-data-chaps-all
diff --git a/PKGBUILD b/PKGBUILD
index be536b822af9..c979031d2343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,16 @@ _pkgname=idos-timetable-tariff-chaps-all
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2016_5_18
-pkgrel=3
+pkgrel=4
pkgdesc="Tariff data for the timetable search engines by CHAPS: Czech/Slovak trains + bus, Czech public transport. Note that some data need the purchased version of IDOS to run."
-arch=('i686' 'x86_64')
+arch=(any)
url="http://chaps.cz/eng/download/idos/zip#kotvatar"
license=('custom')
+groups=(
+ "idos-timetable"
+ )
+
depends=(
# "idos-timetable-data"
"idos-timetable-data-chaps-all"