Date: Monday, April 8, 2019 @ 09:51:48 Author: andyrtr Revision: 350320
upgpkg: pixman 0.38.2-1 upstream update 0.38.2 Modified: pixman/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-08 09:40:38 UTC (rev 350319) +++ PKGBUILD 2019-04-08 09:51:48 UTC (rev 350320) @@ -3,8 +3,8 @@ # Contributor: Alexander Baldeck <[email protected]> pkgname=pixman -pkgver=0.38.0 -pkgrel=2 +pkgver=0.38.2 +pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(x86_64) url="https://cgit.freedesktop.org/pixman/" @@ -12,7 +12,7 @@ depends=('glibc') makedepends=('meson' 'libpng') source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('06587395f4a3538bafc0845ac225ea4c6472e550') +sha1sums=('ce40833fe4337aa6329ac5694d9ff342338219c1') #validpgpkeys=('') # Maarten Lankhorst <[email protected]> build() {
