Date: Sunday, February 11, 2018 @ 23:35:43
  Author: foxboron
Revision: 292581

upgpkg: font-awesome 5.0.6-1

Updated to 5.0.6

Modified:
  font-awesome/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-11 22:35:00 UTC (rev 292580)
+++ PKGBUILD    2018-02-11 23:35:43 UTC (rev 292581)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.0.2
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="http://fontawesome.com";
@@ -11,13 +11,14 @@
 arch=('any')
 depends=('fontconfig')
 
source=("$pkgname-$pkgver.zip::https://use.fontawesome.com/releases/v${pkgver}/fontawesome-free-${pkgver}.zip";)
-sha256sums=('77c18e313e2259639444126a676c5628de61c822485f152f6610c382ab6f76ed')
+sha256sums=('6a4be82b5ebfa4c8afd8d88ac6b0a9092efd7bfcc7f7affb03e051c9c26eddaf')
 
 package_ttf-font-awesome() {
   cd "fontawesome-free-${pkgver}"
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
   install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
+  # install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./web-fonts-with-css/webfonts/fa-regular-400.ttf 
"$pkgdir/usr/share/fonts/TTF/fa-regular-400.ttf"
 }
 
 package_otf-font-awesome() {

Reply via email to