Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing

This commit is contained in:
philm 2011-05-05 15:08:40 +00:00
commit ffa184d006

View File

@ -7,9 +7,9 @@
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=ttf-ubuntu-font
_pkgname=ubuntu-font-family
pkgver=0.70.1
pkgname=ttf-ubuntu-font
pkgver=0.71.2
pkgrel=1
pkgdesc="The default TTF font family used by Ubuntu."
arch=('any')
@ -18,7 +18,7 @@ url="http://font.ubuntu.com/"
depends=('fontconfig' 'xorg-font-utils')
source=("http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip")
install="fc-cache.install"
md5sums=('ec2e9b6535c74a654cc6bd2d935b5856')
md5sums=('5be61a17e940a0aa9a98bf468b1e4e90')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"