summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2017-03-06 09:13:26 -0600
committerJavier Tiá2017-03-06 09:13:26 -0600
commit413af07a1501d4a7a3780beaf1282ef8bb00ae7c (patch)
treeeb5b09de3a93b85dff0f2abf5b15a4baf6988e40
parentea49539a253e3c6457ccf6a547845d92e10177f6 (diff)
downloadaur-413af07a1501d4a7a3780beaf1282ef8bb00ae7c.tar.gz
Bump up ttf-input 20170305-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--ttf-input.install15
3 files changed, 5 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aab3946a069..89047e75de32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Mar 5 23:10:00 UTC 2017
+# Mon Mar 6 15:08:41 UTC 2017
pkgbase = ttf-input
pkgdesc = Fonts for Code, from Font Bureau
pkgver = 20170305
- pkgrel = 1
+ pkgrel = 2
url = http://input.fontbureau.com/
- install = ttf-input.install
arch = any
license = custom:Font Software License Agreement
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = Input-Font.zip::http://input.fontbureau.com/build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email=
+ source = Input_Fonts_20170305.zip::http://input.fontbureau.com/build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email=
sha256sums = be93f43ee012968a07d28de117c95854e7188c43340ee6811311c5168041f7b1
pkgname = ttf-input
diff --git a/PKGBUILD b/PKGBUILD
index 40e589a53ac7..8267474eac9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,15 @@
pkgname=ttf-input
pkgver=20170305
-pkgrel=1
+pkgrel=2
pkgdesc='Fonts for Code, from Font Bureau'
arch=('any')
url='http://input.fontbureau.com/'
license=('custom:Font Software License Agreement')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=()
-conflicts=()
url_long="${url}build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email="
-source=("Input-Font.zip::${url_long}")
+source=("Input_Fonts_${pkgver}.zip::${url_long}")
sha256sums=('be93f43ee012968a07d28de117c95854e7188c43340ee6811311c5168041f7b1')
-install=${pkgname}.install
package() {
mkdir -p ${pkgdir}/usr/share/fonts/TTF
diff --git a/ttf-input.install b/ttf-input.install
deleted file mode 100644
index 1aae7e73bcb5..000000000000
--- a/ttf-input.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}