summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/ttf-font-awesome/PKGBUILD14
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/"
}