From 0d811f608dabf1f1414084980268ff5b35acc3c7 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 19 Feb 2020 04:24:55 +0100 Subject: libre: update pixman-static While meson is used upstream, autools were kept for now, as converting to meson requires more changes. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/pixman-static/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libre/pixman-static') diff --git a/libre/pixman-static/PKGBUILD b/libre/pixman-static/PKGBUILD index 8b55a0c97..ca3bf4776 100644 --- a/libre/pixman-static/PKGBUILD +++ b/libre/pixman-static/PKGBUILD @@ -6,9 +6,9 @@ _pkgname=pixman pkgname=pixman-static -pkgver=0.36.0 +pkgver=0.38.4 pkgrel=1 -pkgrel+=.static2 +pkgrel+=.static1 pkgdesc="The pixel-manipulation library for X and cairo" pkgdes+=" (static libraries)" arch=(x86_64) @@ -16,9 +16,10 @@ arch+=(i686 armv7h) url="https://cgit.freedesktop.org/pixman/" license=('custom') depends=("pixman=$pkgver") +makedepends=('meson' 'libpng') options=('staticlibs') source=(https://xorg.freedesktop.org/releases/individual/lib/${_pkgname}-${pkgver}.tar.bz2) -sha1sums=('10d85590beee287a508a148297808a66d1ce11cd') +sha1sums=('87e1abc91ac4e5dfcc275f744f1d0ec3277ee7cd') build() { cd $_pkgname-$pkgver -- cgit v1.2.3