Date: Tuesday, March 17, 2015 @ 20:33:27 Author: andyrtr Revision: 234049
upgpkg: libxfont 1.5.1-1 upstream update 1.5.1 Modified: libxfont/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-17 14:47:43 UTC (rev 234048) +++ PKGBUILD 2015-03-17 19:33:27 UTC (rev 234049) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libxfont -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="X11 font rasterisation library" arch=(i686 x86_64) @@ -10,8 +10,10 @@ license=('custom') depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3') makedepends=('xorg-util-macros' 'xtrans') -source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2) -sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f') +source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig}) +sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <[email protected]> build() { cd "${srcdir}/libXfont-${pkgver}"
