Date: Tuesday, October 18, 2022 @ 15:01:52 Author: andyrtr Revision: 458367
upgpkg: pixman 0.42.0-1: upstream update 0.42.0 Modified: pixman/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-18 14:34:15 UTC (rev 458366) +++ PKGBUILD 2022-10-18 15:01:52 UTC (rev 458367) @@ -1,10 +1,10 @@ -# Maintainer: Jan de Groot <[email protected]> # Maintainer: Andreas Radke <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Alexander Baldeck <[email protected]> pkgname=pixman -pkgver=0.40.0 -pkgrel=2 +pkgver=0.42.0 +pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(x86_64) url="https://cgit.freedesktop.org/pixman/" @@ -11,9 +11,10 @@ license=('custom') depends=('glibc') makedepends=('meson' 'libpng') +options=('debug') provides=('libpixman-1.so') source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz) -sha512sums=('8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270') +sha512sums=('43d43d1aef9b8a6167098ab68ce2cfd8c0429c4825d40a4fb468b5b51dc1a2035f8bd1b70413e4ecd77deb469b5d558f42171b423e348d5ddd8604c466ffc7d9') #validpgpkeys=('') # Maarten Lankhorst <[email protected]> build() { @@ -22,6 +23,7 @@ -D vmx=disabled \ -D arm-simd=disabled \ -D neon=disabled \ + -D a64-neon=disabled \ -D iwmmxt=disabled \ -D mips-dspr2=disabled \ -D gtk=disabled
