summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--ttf-all-the-icons.install6
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd22995e6253..4b1fdb4f9ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed May 3 19:55:06 UTC 2017
pkgbase = ttf-all-the-icons
pkgdesc = Icon font for all-the-icons.el (A utility package to collect various Icon Fonts and propertize them within Emacs.)
- pkgver = 2.5.2
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/domtronn/all-the-icons.el
install = ttf-all-the-icons.install
@@ -12,8 +10,8 @@ pkgbase = ttf-all-the-icons
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = ttf-all-the-icons-2.5.2.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/2.5.2.tar.gz
- sha256sums = SKIP
+ source = ttf-all-the-icons-3.2.0.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/3.2.0.tar.gz
+ sha256sums = 09fa8fff3ae65ea77089b17a270221d016d7df5c6093ef36357572235e36c7cb
pkgname = ttf-all-the-icons
diff --git a/PKGBUILD b/PKGBUILD
index 1a12b34d52fc..6b72ceaccdba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# Maintainer: sballert <sballert@posteo.de>
+# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
_pkgsrcname=all-the-icons.el
_pkgmaintainer=domtronn
_pkgdestdirname=all-the-icons
_versionprefix=
-pkgver=2.5.2
+pkgver=3.2.0
pkgrel=1
pkgdesc="Icon font for all-the-icons.el (A utility package to collect various Icon Fonts and propertize them within Emacs.)"
pkgname=ttf-${_pkgdestdirname}
@@ -14,7 +15,7 @@ license=('MIT')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('woff2-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('09fa8fff3ae65ea77089b17a270221d016d7df5c6093ef36357572235e36c7cb')
install=$pkgname.install
package() {
diff --git a/ttf-all-the-icons.install b/ttf-all-the-icons.install
index db0951b4f496..ad0d9a28ff8e 100644
--- a/ttf-all-the-icons.install
+++ b/ttf-all-the-icons.install
@@ -1,8 +1,8 @@
post_install() {
echo -n "Updating font cache... "
fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
echo " ...done."
}
@@ -12,4 +12,4 @@ post_upgrade() {
post_remove() {
post_install
-} \ No newline at end of file
+}