Date: Friday, June 26, 2020 @ 05:12:28 Author: polyzen Revision: 653437
upgpkg: ttf-indic-otf 0.2-10 Remove unneeded deps See https://bugs.archlinux.org/task/66012 Modified: ttf-indic-otf/trunk/PKGBUILD Deleted: ttf-indic-otf/trunk/ttf-indic-otf.install -----------------------+ PKGBUILD | 5 ++--- ttf-indic-otf.install | 13 ------------- 2 files changed, 2 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-26 05:01:47 UTC (rev 653436) +++ PKGBUILD 2020-06-26 05:12:28 UTC (rev 653437) @@ -5,13 +5,12 @@ pkgname=ttf-indic-otf pkgver=0.2 -pkgrel=9 +pkgrel=10 pkgdesc='Indic Opentype Fonts collection' url=https://indlinux.org/wiki/index.php/Downloads license=('GPL') arch=('any') -depends=('fontconfig' 'xorg-fonts-alias' 'xorg-fonts-encodings' 'xorg-font-utils') -install=$pkgname.install +depends=('xorg-fonts-alias' 'xorg-fonts-encodings') source=("https://indlinux.org/downloads/files/indic-otf-$pkgver.tar.gz") sha512sums=('ecb85ca38b40b0afd23c57a5529e3a5eec175852d28d5f9e49592e53f91530ff63737e86df3fe574daf725a673eb59c1ec653b25c7a67642bbfe378df7964bfb') Deleted: ttf-indic-otf.install =================================================================== --- ttf-indic-otf.install 2020-06-26 05:01:47 UTC (rev 653436) +++ ttf-indic-otf.install 2020-06-26 05:12:28 UTC (rev 653437) @@ -1,13 +0,0 @@ -post_install() { - fc-cache -s > /dev/null - mkfontscale usr/share/fonts/TTF - mkfontdir usr/share/fonts/TTF -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
