summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--ttf-atom-file-icons.install6
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1869b0ea9163..941bec3b1a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri May 5 01:39:27 UTC 2017
pkgbase = ttf-atom-file-icons
pkgdesc = Atom file-specific icons for improved visual grepping.
- pkgver = 2.1.4
+ pkgver = 2.1.22
pkgrel = 1
url = https://atom.io/packages/file-icons
install = ttf-atom-file-icons.install
@@ -12,8 +10,8 @@ pkgbase = ttf-atom-file-icons
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = ttf-atom-file-icons-2.1.4.tar.gz::https://github.com/file-icons/atom/archive/v2.1.4.tar.gz
- sha256sums = SKIP
+ source = ttf-atom-file-icons-2.1.22.tar.gz::https://github.com/file-icons/atom/archive/v2.1.22.tar.gz
+ sha256sums = db788996ac2027e66573e6a6eed41ba971b2ca4ffa9a938603a642df6481103d
pkgname = ttf-atom-file-icons
diff --git a/PKGBUILD b/PKGBUILD
index 5583b339b1d1..b6ea0a672d63 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=atom
_pkgmaintainer=file-icons
_pkgdestdirname=atom-file-icons
_versionprefix=v
-pkgver=2.1.4
+pkgver=2.1.22
pkgrel=1
pkgdesc="Atom file-specific icons for improved visual grepping."
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=('db788996ac2027e66573e6a6eed41ba971b2ca4ffa9a938603a642df6481103d')
install=$pkgname.install
build() {
diff --git a/ttf-atom-file-icons.install b/ttf-atom-file-icons.install
index db0951b4f496..ad0d9a28ff8e 100644
--- a/ttf-atom-file-icons.install
+++ b/ttf-atom-file-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
+}