summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2022-01-25 14:19:39 +0100
committerroot2022-01-25 14:19:39 +0100
commit3c323b78503ba477d6eb8b8b5114b4d97653256c (patch)
tree4b3a4fcb1fda990aa50c2e3c26cea0065349d07e /PKGBUILD
parent2faed03eb5acdb024d21cad0820928a0406a3ad6 (diff)
downloadaur-3c323b78503ba477d6eb8b8b5114b4d97653256c.tar.gz
Removed the `replaces` entry.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a51d90659d53..33e6b4a41b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: dreieck
-# Maintainer: Jens Adam <jra@byte.cx>
+# Contributor: Jens Adam <jra@byte.cx>
_perlmod=Travel-Status-DE-DeutscheBahn
_pkgname=perl-travel-status-de-deutschebahn
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
_pkgver="latest"
epoch=1
pkgver="${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc='Interface to the DeutscheBahn online departure monitor'
url='http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/'
license=('PerlArtistic')
@@ -26,7 +26,6 @@ makedepends=(
'perl-test-pod'
)
provides=("${_pkgname}=${pkgver}")
-replaces=("${_pkgname}<=${pkgver}")
conflicts=("${_pkgname}")
options=('!emptydirs')
# source=("http://finalrewind.org/projects/${_perlmod}/${_perlmod}-${pkgver}.tar.gz"{,.asc})