summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris2020-07-02 00:38:58 +0900
committerChris2020-07-02 00:38:58 +0900
commitf54c0f07421b2feb8da7e7a63a2e7af3c7a32129 (patch)
tree660ed6b297d77fc856528ec1a66c00db1638a6c2
parent3cd7ada31a5f795312e3034565fcbc39ccbf743f (diff)
downloadaur-f54c0f07421b2feb8da7e7a63a2e7af3c7a32129.tar.gz
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--ttf.install15
3 files changed, 2 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6c515fead5..0c087b17c5b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = ttf-alte-haas-grotesk
pkgdesc = A typeface that looks like a helvetica printed in an old Muller-Brockmann book.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.yannlecoroller.com/
- install = ttf.install
arch = any
license = custom
- depends = fontconfig
- depends = xorg-font-utils
source = http://dl.1001fonts.com/alte-haas-grotesk.zip
md5sums = 9bdbc794a33acd478f2261f112ba971b
diff --git a/PKGBUILD b/PKGBUILD
index 2ffc4df9e661..20ee40429744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,11 @@
pkgname=ttf-alte-haas-grotesk
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A typeface that looks like a helvetica printed in an old Muller-Brockmann book."
arch=('any')
url="http://www.yannlecoroller.com/"
license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
source=(http://dl.1001fonts.com/alte-haas-grotesk.zip)
md5sums=('9bdbc794a33acd478f2261f112ba971b')
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 33b7d65490db..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "==> Rebuilding font cache... "
- fc-cache -f &> /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}