diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-30 00:34:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-30 00:34:16 -0500 |
commit | db6c74e107b8a58d6f964328e9342c0edb3d9494 (patch) | |
tree | 92ff279e7ac4c30d1b94d3ff9c0178ddfc8324da /libre/xorg-fonts-100dpi/PKGBUILD | |
parent | 178eb209323dd5c4392c400db8b05b5254e2e3c1 (diff) | |
download | abslibre-db6c74e107b8a58d6f964328e9342c0edb3d9494.tar.gz abslibre-db6c74e107b8a58d6f964328e9342c0edb3d9494.tar.bz2 abslibre-db6c74e107b8a58d6f964328e9342c0edb3d9494.zip |
xorg-fonts-100dpi-1.0.3-4.par1: rebuild
Diffstat (limited to 'libre/xorg-fonts-100dpi/PKGBUILD')
-rw-r--r-- | libre/xorg-fonts-100dpi/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/xorg-fonts-100dpi/PKGBUILD b/libre/xorg-fonts-100dpi/PKGBUILD index 12d95a234..691bbdbac 100644 --- a/libre/xorg-fonts-100dpi/PKGBUILD +++ b/libre/xorg-fonts-100dpi/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 286582 2017-01-15 16:53:05Z andyrtr $ # Maintainer (Arch): AndyRTR <andyrtr@archlinux.org> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: fauno <fauno@kiwwwi.com.ar> + pkgname=xorg-fonts-100dpi pkgver=1.0.3 -pkgrel=3.parabola2 +pkgrel=4 +pkgrel+=.par1 pkgdesc="X.org 100dpi fonts" arch=('any') url="https://xorg.freedesktop.org/" @@ -15,8 +16,8 @@ conflicts=('xorg-fonts-100dpi-libre') replaces=('xorg-fonts-100dpi-libre') source=(${url}/releases/individual/font/font-adobe-100dpi-$pkgver.tar.bz2 ${url}/releases/individual/font/font-bitstream-100dpi-$pkgver.tar.bz2) -md5sums=('1347c3031b74c9e91dc4dfa53b12f143' - '6b223a54b15ecbd5a1bc52312ad790d8') +sha256sums=('b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054' + 'ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce') build() { cd "${srcdir}" |