From e01aa60c96d1f0c5c966ffc41b38ca4756d47ece Mon Sep 17 00:00:00 2001 From: git user Date: Sun, 28 Apr 2024 13:00:06 +0200 Subject: [PATCH] Added to makedepends: 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474 --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6915cf2d26c8..a6439235ac55 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = perl-travel-status-de-deutschebahn-git pkgdesc = Interface to the DeutscheBahn online departure monitor pkgver = 5.05+r391.20240224.gcca75a4 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/ arch = any license = PerlArtistic + makedepends = curl>8.7.1 makedepends = git makedepends = perl-module-build makedepends = perl-file-slurp 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'