diff options
Diffstat (limited to 'pcr/ttf-font-awesome/PKGBUILD')
-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 35f9db8ca..aded1a366 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.3.0 -pkgrel=3 +pkgver=4.4.0 +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=('cc75bfea92128834c379d69f776ecbd103256137f8f482cad71425e68ee4be97') +sha256sums=('3962ab205a1547be1e10a840f44fa6b6a28359e6f3f21932f0f8dabf419eeccb') install=$pkgname.install package() { |