diff options
author | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-06-10 11:40:10 +0200 |
---|---|---|
committer | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-06-10 11:40:10 +0200 |
commit | 06fa8fcaa86f113d3cadea0e7da5ead5975c3d09 (patch) | |
tree | 700cd81a7dc556a6c2953b537bdad2cee58f1c5a /pcr/ttf-font-awesome/PKGBUILD | |
parent | e6e4e263e932e5e0d1ba71e7a36bfc36c2e56db9 (diff) |
ttf-font-awesome
Diffstat (limited to 'pcr/ttf-font-awesome/PKGBUILD')
-rw-r--r-- | pcr/ttf-font-awesome/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pcr/ttf-font-awesome/PKGBUILD b/pcr/ttf-font-awesome/PKGBUILD index 37254c735..179d8566c 100644 --- a/pcr/ttf-font-awesome/PKGBUILD +++ b/pcr/ttf-font-awesome/PKGBUILD @@ -1,9 +1,9 @@ -#Contributer (Arch): UNKNOWN o_O -#Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@replicant.io> +# Contributor (Arch) : ? +# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=ttf-font-awesome -pkgver=3.2.1 -pkgrel=2 +pkgver=4.0.3 +pkgrel=1 pkgdesc="Iconic font designed for Bootstrap" url="http://fortawesome.github.io/Font-Awesome/" license=('CCPL') @@ -11,9 +11,11 @@ depends=('fontconfig' 'xorg-font-utils') options=("!strip") install=$pkgname.install arch=('any') -source=('http://fortawesome.github.io/Font-Awesome/assets/font-awesome.zip') +source=("https://github.com/FortAwesome/Font-Awesome/archive/master.zip") +#source=("http://fortawesome.github.io/Font-Awesome/assets/font-awesome-$pkgver.zip") + package() { install -d "$pkgdir/usr/share/fonts/TTF" - cp -dpr --no-preserve=ownership "$srcdir/font-awesome/font/"*.ttf "$pkgdir/usr/share/fonts/TTF/" + cp -dpr --no-preserve=ownership "$srcdir/Font-Awesome-master/fonts/"*.ttf "$pkgdir/usr/share/fonts/TTF/" } |