diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 17:51:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 17:51:16 -0500 |
commit | 9165048921d5d7c1f068ed73cfcd9db05a2232fa (patch) | |
tree | d8f78d3502b00bbfc1d9297f2fe188391afef0de /pcr/ttf-font-awesome | |
parent | 4ae60f7a05ee267851e35dd65f7e783288e19290 (diff) |
ttf-font-awesome-4.6.3-1: updating version
Diffstat (limited to 'pcr/ttf-font-awesome')
-rw-r--r-- | pcr/ttf-font-awesome/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/ttf-font-awesome/PKGBUILD b/pcr/ttf-font-awesome/PKGBUILD index 89e667635..4dfbaf2c2 100644 --- a/pcr/ttf-font-awesome/PKGBUILD +++ b/pcr/ttf-font-awesome/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=ttf-font-awesome -pkgver=4.5.0 -pkgrel=2 +pkgver=4.6.3 +pkgrel=1 pkgdesc="Iconic font designed for Bootstrap" url="http://fortawesome.github.io/Font-Awesome/" @@ -12,7 +12,7 @@ license=('CCPL') depends=('fontconfig' 'xorg-font-utils') arch=('any') source=("https://github.com/FortAwesome/Font-Awesome/archive/v$pkgver.tar.gz") -sha256sums=('7813f416057da622b16229b10fef550e1dc64c5bb59871cd38fa86e76dfdbae8') +sha256sums=('669fb1210c64eda3f998c86941641f1bcd0af4450643daf8841cb62d2b6c71a4') install=$pkgname.install package() { |