Date: Wednesday, April 20, 2022 @ 12:03:36 Author: andyrtr Revision: 442939
upgpkg: xorg-xauth 1.1.2-1: upstream update 1.1.2 Modified: xorg-xauth/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-20 11:58:57 UTC (rev 442938) +++ PKGBUILD 2022-04-20 12:03:36 UTC (rev 442939) @@ -1,8 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> -# Maintainer: Jan de Groot <[email protected]> pkgname=xorg-xauth -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="X.Org authorization settings program" arch=(x86_64) @@ -11,12 +10,12 @@ depends=('libxmu') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') -source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2{,.sig}) -sha512sums=('998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120' +source=(${url}/releases/individual/app/xauth-${pkgver}.tar.xz{,.sig}) +sha512sums=('ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8' 'SKIP') -#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') +validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner <[email protected]> #validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson <[email protected]>" -validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <[email protected]>" +#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <[email protected]>" build() { cd xauth-${pkgver} @@ -24,6 +23,11 @@ make } +check() { + cd xauth-${pkgver} + make check +} + package() { cd xauth-${pkgver} make DESTDIR="${pkgdir}" install
