diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/xorg-fonts-type1/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/xorg-fonts-type1/PKGBUILD b/libre/xorg-fonts-type1/PKGBUILD index 57102bd26..97e793a1e 100644 --- a/libre/xorg-fonts-type1/PKGBUILD +++ b/libre/xorg-fonts-type1/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 286572 2017-01-15 16:43:01Z andyrtr $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=xorg-fonts-type1 pkgver=7.7 -pkgrel=2.parabola2 +pkgrel=3 +pkgrel+=.par1 pkgdesc="X.org Type1 fonts, without nonfree fonts" arch=(any) license=('custom') @@ -14,8 +14,8 @@ conflicts=('xorg-fonts-type1-libre') replaces=('xorg-fonts-type1-libre') 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') +sha256sums=('c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688' + 'caebf42aec7be7f3bd40e0f232d6f34881b853dc84acfcdf7458358701fbe34a') build() { cd "${srcdir}" |