summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--ttf.install20
3 files changed, 4 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33fb50db564..d1a3556044f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 11:49:20 UTC 2017
+# Thu Mar 1 12:07:48 UTC 2018
pkgbase = ttf-sil-lateef
pkgdesc = OpenType Arabic font from SIL
pkgver = 1.200
- pkgrel = 2
+ pkgrel = 3
url = http://software.sil.org/lateef/
- install = ttf.install
arch = i686
arch = x86_64
license = custom:OFL
diff --git a/PKGBUILD b/PKGBUILD
index 157fd919cb3c..8e77c0325f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: bslackr <brendan at vastactive dot com>
# Contributor: Firmicus <firmicus āt gmx dōt net>
pkgname=ttf-sil-lateef
_fname=LateefGR
pkgver=1.200
-pkgrel=2
+pkgrel=3
pkgdesc='OpenType Arabic font from SIL'
arch=('i686' 'x86_64')
url='http://software.sil.org/lateef/'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-sil-arabic' 'ttf-sil-fonts')
-install=ttf.install
source=("http://software.sil.org/downloads/r/lateef/${_fname}-${pkgver}.zip")
sha256sums=('ef6c6b4b4cb8d8502c78efc43cb99d29f391e6cb9eba1b133a661ffda3ddc7e1')
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 7a325abf4eb9..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache /usr/share/fonts/TTF
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*