summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2024-04-28 13:00:12 +0200
committergit user2024-04-28 13:00:12 +0200
commit6f1697a982f3b95f545720f6dd70c85905fb3983 (patch)
tree50a45a6d43b21d8ec1dec975f01f80858f33c541 /PKGBUILD
parent783b406860f07119be12ccc377629bf10625ef48 (diff)
downloadaur-perl-travel-status-de-ura-git.tar.gz
Added to makedepends: 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ae60ab4de0..8b0b1d8507da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
_pkgver='latest'
epoch=1
pkgver=2.01+r144.20230904.gff68e30
-pkgrel=1
+pkgrel=2
pkgdesc='Travel::Status::DE::URA is an inofficial interface to URA-based departure monitors (as used by ASEAG)'
url='http://finalrewind.org/projects/Travel-Status-DE-URA/'
license=('GPL' 'PerlArtistic')
@@ -21,6 +21,7 @@ depends=(
'perl-text-csv'
)
makedepends=(
+ 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474
'git'
'perl-file-slurp'
'perl-test-pod'