Date: Thursday, January 12, 2017 @ 18:08:36 Author: heftig Revision: 285916
0.0.25-3 Modified: cantarell-fonts/trunk/PKGBUILD Deleted: cantarell-fonts/trunk/cantarell-fonts.install -------------------------+ PKGBUILD | 7 +++---- cantarell-fonts.install | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-12 17:59:52 UTC (rev 285915) +++ PKGBUILD 2017-01-12 18:08:36 UTC (rev 285916) @@ -3,14 +3,13 @@ pkgname=cantarell-fonts pkgver=0.0.25 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Cantarell font family" +url="https://git.gnome.org/browse/cantarell-fonts" arch=(any) -url="https://git.gnome.org/browse/cantarell-fonts" license=('custom:SIL') -depends=(fontconfig) -install=cantarell-fonts.install +makedepends=(fontconfig) source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz) sha256sums=('14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f') Deleted: cantarell-fonts.install =================================================================== --- cantarell-fonts.install 2017-01-12 17:59:52 UTC (rev 285915) +++ cantarell-fonts.install 2017-01-12 18:08:36 UTC (rev 285916) @@ -1,11 +0,0 @@ -post_install() { - fc-cache -s -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}
