summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormakepkg2020-07-26 15:49:55 +0200
committermakepkg2020-07-26 15:49:55 +0200
commit35b376f556f17816c73052ce888348b7aaaa1290 (patch)
treeeb1219d91f1b2ff7fe6cdab2808554b43debf2b1
parent6a9c49e021a218d3f2b508999682f210461b6242 (diff)
downloadaur-35b376f556f17816c73052ce888348b7aaaa1290.tar.gz
Removed conflict with `bsd-games` since `bsd-games` no longer contains `pom`.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d8c542d96cb..b1f0ca9a6772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = pom-perl
pkgdesc = Displays the phase of the moon. Perl re-write of bsd-games's 'pom'.
pkgver = 0.14
- pkgrel = 3
+ pkgrel = 4
url = http://metacpan.org/pod/distribution/ppt/bin/pom
arch = any
license = GPL2
depends = perl
provides = pom=0.14
- conflicts = bsd-games
conflicts = pom
replaces = pom<=0.14-1
source = http://cpan.metacpan.org/authors/id/C/CW/CWEST/ppt-0.14.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e77303b6bcd8..7c95ce5def1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_pkgname="pom-perl"
pkgname="${_pkgname}"
pkgver="0.14"
-pkgrel="3"
+pkgrel="4"
pkgdesc="Displays the phase of the moon. Perl re-write of bsd-games's 'pom'."
arch=('any')
url="http://metacpan.org/pod/distribution/ppt/bin/pom"
depends=('perl')
conflicts=(
- "bsd-games"
"pom"
)
replaces=("pom<=0.14-1")