Date: Friday, September 14, 2018 @ 11:09:28 Author: arodseth Revision: 380873
upgpkg: ttf-ionicons 4.4.3-1 Modified: ttf-ionicons/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-14 10:55:39 UTC (rev 380872) +++ PKGBUILD 2018-09-14 11:09:28 UTC (rev 380873) @@ -1,20 +1,22 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Andrea Scarpino <[email protected]> pkgname=ttf-ionicons -pkgver=2.0.1 -pkgrel=2 +pkgver=4.4.3 +pkgrel=1 pkgdesc='The premium icon font for Ionic Framework' arch=('any') license=('MIT') -url='http://ionicons.com/' +url='https://ionicons.com/' depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf") -md5sums=('24712f6c47821394fba7942fbb52c3b2') +source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz") +sha256sums=('fb7250aaaf153f5e92cf0d78a4fe6b08ef7d74b6b06ff262683b65551a0c9646') package() { - install -d "$pkgdir/usr/share/fonts/TTF" - install -m644 ionicons.ttf "$pkgdir/usr/share/fonts/TTF/" + cd "ionicons-$pkgver" + install -Dm644 docs/fonts/ionicons.ttf \ + "$pkgdir/usr/share/fonts/TTF/ionicons.ttf" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
