summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Adam2015-09-25 10:51:59 +0200
committerJens Adam2015-09-25 10:51:59 +0200
commit8a5261ca2bcbfcf7e904b3dbc185d20de43008ed (patch)
tree6380420103ea545686f9098be522d208e84f5f1a
parentc60a47351563b581fdada6c1d61b01732128d31f (diff)
downloadaur-8a5261ca2bcbfcf7e904b3dbc185d20de43008ed.tar.gz
perl-travel-status-de-deutschebahn: 1.05 -> 2.00
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 801ac1440fd0..fddabd59e0d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,24 @@
pkgbase = perl-travel-status-de-deutschebahn
pkgdesc = Interface to the DeutscheBahn online departure monitor
- pkgver = 1.05
- pkgrel = 2
+ pkgver = 2.00
+ pkgrel = 1
url = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/
arch = any
license = PerlArtistic
makedepends = perl-module-build
makedepends = perl-file-slurp
+ makedepends = perl-json
+ makedepends = perl-list-moreutils
makedepends = perl-test-compile
makedepends = perl-test-pod
depends = perl-class-accessor
depends = perl-libwww
depends = perl-xml-libxml
options = !emptydirs
- source = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/Travel-Status-DE-DeutscheBahn-1.05.tar.gz
- source = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/Travel-Status-DE-DeutscheBahn-1.05.tar.gz.asc
- md5sums = 015c0edaf98f25abb4939a3381e692a8
- md5sums = 9927a0ce27ea8be65d0e40b3459f3e17
+ source = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/Travel-Status-DE-DeutscheBahn-2.00.tar.gz
+ source = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/Travel-Status-DE-DeutscheBahn-2.00.tar.gz.asc
+ md5sums = ecdbc10f6781aef9e4bd27017ed9b731
+ md5sums = ce6492e4ed87fcb217ac120634d0d827
pkgname = perl-travel-status-de-deutschebahn
diff --git a/PKGBUILD b/PKGBUILD
index 326b9d5e1df7..9b976016e302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
_perlmod=Travel-Status-DE-DeutscheBahn
pkgname=perl-travel-status-de-deutschebahn
-pkgver=1.05
-pkgrel=2
+pkgver=2.00
+pkgrel=1
pkgdesc='Interface to the DeutscheBahn online departure monitor'
url='http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/'
license=('PerlArtistic')
arch=('any')
depends=('perl-class-accessor' 'perl-libwww' 'perl-xml-libxml')
-makedepends=('perl-module-build' 'perl-file-slurp' 'perl-test-compile' 'perl-test-pod')
+makedepends=('perl-module-build' 'perl-file-slurp' 'perl-json' 'perl-list-moreutils'
+ 'perl-test-compile' 'perl-test-pod')
options=('!emptydirs')
validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
source=("http://finalrewind.org/projects/${_perlmod}/${_perlmod}-${pkgver}.tar.gz"{,.asc})
-md5sums=('015c0edaf98f25abb4939a3381e692a8' '9927a0ce27ea8be65d0e40b3459f3e17')
+md5sums=('ecdbc10f6781aef9e4bd27017ed9b731' 'ce6492e4ed87fcb217ac120634d0d827')
build() {
cd "${srcdir}"/${_perlmod}-${pkgver}