Date: Monday, March 4, 2019 @ 21:20:46 Author: heftig Revision: 347065
1.2.0-2: add missing conflicts Modified: xorg-mkfontscale/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-04 21:11:31 UTC (rev 347064) +++ PKGBUILD 2019-03-04 21:20:46 UTC (rev 347065) @@ -3,7 +3,7 @@ pkgname=xorg-mkfontscale pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Create an index of scalable font files for X" arch=(x86_64) url="https://xorg.freedesktop.org/" @@ -13,6 +13,7 @@ makedepends=('xorg-util-macros' 'xproto') groups=('xorg-apps' 'xorg') provides=('xorg-mkfontdir') +conflicts=('xorg-mkfontdir') replaces=('xorg-mkfontdir') source=(https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2{,.sig} xorg-mkfontscale.hook
