summaryrefslogtreecommitdiff
path: root/libre/xorg-fonts-type1
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-03 19:36:04 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-03 19:36:04 -0200
commit9c9330f744992a64a88c3719e9fdce230fff6b41 (patch)
treea7ff9a10e705dc8541f83b79c78a1635f0e2113f /libre/xorg-fonts-type1
parentd8fc773f40f13787a4be5a1a249ce54f12223966 (diff)
xorg-fonts-type1-7.7-1.parabola1: updating version
Diffstat (limited to 'libre/xorg-fonts-type1')
-rw-r--r--libre/xorg-fonts-type1/PKGBUILD14
-rw-r--r--libre/xorg-fonts-type1/xfonts.install2
2 files changed, 8 insertions, 8 deletions
diff --git a/libre/xorg-fonts-type1/PKGBUILD b/libre/xorg-fonts-type1/PKGBUILD
index 95766fb20..af3cc7f86 100644
--- a/libre/xorg-fonts-type1/PKGBUILD
+++ b/libre/xorg-fonts-type1/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 216282 2014-07-02 16:41:27Z fyan $
+# $Id: PKGBUILD 228382 2015-01-03 10:13:18Z andyrtr $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
pkgname=xorg-fonts-type1
-pkgver=7.4
-pkgrel=3.parabola1
+pkgver=7.7
+pkgrel=1.parabola1
pkgdesc="X.org Type1 fonts, without nonfree fonts"
arch=(any)
license=('custom')
@@ -12,10 +12,10 @@ depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
conflicts=('xorg-fonts-type1-libre')
replaces=('xorg-fonts-type1-libre')
install=xfonts.install
-source=(${url}/releases/individual/font/font-bitstream-type1-1.0.2.tar.bz2
- ${url}/releases/individual/font/font-xfree86-type1-1.0.3.tar.bz2)
-md5sums=('27c55f6a938e7153c59fb551b2f491f9'
- 'df934bfc0339322cee73ee3c5460a648')
+source=(${url}/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2
+ ${url}/releases/individual/font/font-xfree86-type1-1.0.4.tar.bz2)
+md5sums=('5e0c9895d69d2632e2170114f8283c11'
+ '3eeb3fb44690b477d510bbd8f86cf5aa')
build() {
cd "${srcdir}"
diff --git a/libre/xorg-fonts-type1/xfonts.install b/libre/xorg-fonts-type1/xfonts.install
index 51688a1d1..751ad77d6 100644
--- a/libre/xorg-fonts-type1/xfonts.install
+++ b/libre/xorg-fonts-type1/xfonts.install
@@ -1,6 +1,6 @@
post_install() {
echo -n "Updating font cache... "
- fc-cache -f > /dev/null
+ fc-cache -s
mkfontscale /usr/share/fonts/Type1
mkfontdir /usr/share/fonts/Type1
echo "done."