summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFoxboron2016-04-14 20:23:33 +0200
committerFoxboron2016-04-14 20:23:33 +0200
commit7dbaee83b598d2aadc17aadadf0227d597e8f67a (patch)
tree6d64f49a4b5eed0166b55dafc84a17864b9e1b4e
parent179367338d0057d5be0a45731f8ec7fd85f97f16 (diff)
downloadaur-7dbaee83b598d2aadc17aadadf0227d597e8f67a.tar.gz
Upgraded ttf-font-awesome
Signed-off-by: Foxboron <morten@linderud.pw>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1e198fda24..c33fd3d4b577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Dec 7 20:59:03 UTC 2015
+# Thu Apr 14 18:23:01 UTC 2016
pkgbase = ttf-font-awesome
pkgdesc = Iconic font designed for Bootstrap
- pkgver = 4.5.0
- pkgrel = 2
+ pkgver = 4.6.1
+ pkgrel = 1
url = http://fortawesome.github.io/Font-Awesome/
install = ttf-font-awesome.install
arch = any
license = CCPL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/FortAwesome/Font-Awesome/archive/v4.5.0.tar.gz
- sha256sums = 7813f416057da622b16229b10fef550e1dc64c5bb59871cd38fa86e76dfdbae8
+ source = https://github.com/FortAwesome/Font-Awesome/archive/v4.6.1.tar.gz
+ sha256sums = 0d6113f902d8ee1a75131759a3178f914b252868b2089f0c0fb6d5becb47c6a5
pkgname = ttf-font-awesome
diff --git a/PKGBUILD b/PKGBUILD
index 4ef2b328ea9c..f3f5bbc90f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
pkgname=ttf-font-awesome
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.1
+pkgrel=1
pkgdesc="Iconic font designed for Bootstrap"
url="http://fortawesome.github.io/Font-Awesome/"
@@ -11,7 +11,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=('0d6113f902d8ee1a75131759a3178f914b252868b2089f0c0fb6d5becb47c6a5')
install=$pkgname.install
package() {