summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-04-05 11:07:29 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-04-12 01:03:18 -0400
commitf66887ec1352fc77e21efdeef796fd6825dc90e3 (patch)
tree0132df7b2d54158d0a06b0ad8052461d0c35f4dd
parent6df91772f40e44eb8b2b42c0193d48d016771210 (diff)
[pacman]: remove ancient provides/conflicts
this 'pacman' package replaced 'pacman-parabola' in 2014, when pacman was at major ver 4 - it is extremely unlikely that anyone would attempt upgrading a system that old, or that it would be successful 9d87540a9f774ae8a808d1a3bb6d9b112277accd i would suggest as a rule of thumb, to place _some_ reasonable limit on backward-compatibilty (eg: 5 years, or 2 pacman major versions) it has been 8 years and we are at pacman 6 now - it is safe to declare 'pacman-parabola' as irrelevant/obsolete
-rw-r--r--libre/pacman/PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD
index 3f75c987b..7ff878a5d 100644
--- a/libre/pacman/PKGBUILD
+++ b/libre/pacman/PKGBUILD
@@ -26,9 +26,6 @@ makedepends=('meson' 'asciidoc' 'doxygen')
checkdepends=('python' 'fakechroot')
optdepends=('perl-locale-gettext: translation support in makepkg-template')
provides=('libalpm.so')
-provides+=('pacman-parabola')
-conflicts=('pacman-parabola')
-replaces=('pacman-parabola')
backup=(etc/pacman.conf
etc/makepkg.conf)
options=('strip' 'debug')