summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2024-04-28 13:00:06 +0200
committergit user2024-04-28 13:00:06 +0200
commite01aa60c96d1f0c5c966ffc41b38ca4756d47ece (patch)
tree6eb17ee14a3f24a0bf9d702dc0912dc625566640 /PKGBUILD
parentc10fa42bb846ac33b8827c1c3f5fd90b0f7333c2 (diff)
downloadaur-perl-travel-status-de-deutschebahn-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 485b4cf3d5d6..98ec018f66df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
_pkgver="latest"
epoch=1
pkgver=5.05+r391.20240224.gcca75a4
-pkgrel=1
+pkgrel=2
pkgdesc='Interface to the DeutscheBahn online departure monitor'
url='http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/'
license=('PerlArtistic')
@@ -22,6 +22,7 @@ depends=(
'perl-xml-libxml'
)
makedepends=(
+ 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474
'git'
'perl-module-build'
'perl-file-slurp'