summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-04-28 13:00:09 +0200
committergit user2024-04-28 13:00:09 +0200
commit24315af3417683d3a6fc72ae48e0e8b3ed850816 (patch)
tree49d1ce12f70c4a41ea7de6e0db7b39ec12039e04
parent65835a2f47abb1ef238b39b4ede2bd254e590d6f (diff)
downloadaur-24315af3417683d3a6fc72ae48e0e8b3ed850816.tar.gz
Added to makedepends: 'curl>8.7.1' # Because of https://bugs.gentoo.org/930633 / https://github.com/curl/curl/issues/13474
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c90633687f..4923eab569d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = perl-travel-status-de-iris-git
pkgdesc = Interface to IRIS-based web departure monitors (as used by DeutscheBahn)
pkgver = 1.96+r776.20240225.ge737f30
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://finalrewind.org/projects/Travel-Status-DE-IRIS/
arch = any
license = PerlArtistic
checkdepends = perl-test-number-delta
+ makedepends = curl>8.7.1
makedepends = git
makedepends = perl-file-slurp
makedepends = perl-module-build
diff --git a/PKGBUILD b/PKGBUILD
index beef6ea8cb33..7a4ff6a5ec64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
_pkgver="latest"
epoch=1
pkgver=1.96+r776.20240225.ge737f30
-pkgrel=1
+pkgrel=2
pkgdesc='Interface to IRIS-based web departure monitors (as used by DeutscheBahn)'
url='http://finalrewind.org/projects/Travel-Status-DE-IRIS/'
license=('PerlArtistic')
@@ -30,6 +30,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-file-slurp'
'perl-module-build'