From fa6ac06b587f8450f164aab3b10e2de31687ca68 Mon Sep 17 00:00:00 2001 From: Fabian <0inkane@googlemail.com> Date: Wed, 8 Aug 2012 20:10:29 +0000 Subject: [PATCH] upgraded ttf-raleway on Malcer's request (contains support for further languages?) --- ttf-raleway/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ttf-raleway/PKGBUILD b/ttf-raleway/PKGBUILD index 16d283946..9df7d5cb8 100644 --- a/ttf-raleway/PKGBUILD +++ b/ttf-raleway/PKGBUILD @@ -2,17 +2,17 @@ pkgname=ttf-raleway pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="A sans-serif typeface" arch=('any') url="http://theleagueofmoveabletype.com/raleway/" license=('OFL') depends=('fontconfig' 'xorg-font-utils') install=ttf.install -source=('http://theleagueofmoveabletype.com/raleway/download') -md5sums=('ff280d51659a149751a3fe194d2944b4') +source=('http://www.impallari.com/media/uploads/prosources/update-35-source.zip') +md5sums=('d61ac36dbb0efd1ffaddc78ab9a082f8') package() { install -d ${pkgdir}/usr/share/fonts/TTF/ - install -m644 ${srcdir}/theleagueof-raleway-40afd9d/*.ttf ${pkgdir}/usr/share/fonts/TTF/ + install -m644 ${srcdir}/raleway-family-v2/*.ttf ${pkgdir}/usr/share/fonts/TTF/ }