From 3b8330d5c9c15d89d6d0182e016e5e9fa328fdfc Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Feb 2022 03:02:35 +0000 Subject: [PATCH] extra/libpng to 1.6.37-3.1 --- extra/libpng/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/libpng/PKGBUILD b/extra/libpng/PKGBUILD index bd3dbbea6..2ceeff6a7 100644 --- a/extra/libpng/PKGBUILD +++ b/extra/libpng/PKGBUILD @@ -3,12 +3,11 @@ # Contributor: Travis Willard # Contributor: Douglas Soares de Andrade -# ALARM: Kevin Mihelich -# - added --enable-arm-neon=no to configure +# remove when bumped upstream pkgname=libpng pkgver=1.6.37 -pkgrel=3 +pkgrel=3.1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('x86_64') url="http://www.libpng.org/pub/png/libpng.html" @@ -23,8 +22,7 @@ build() { ./configure \ --prefix=/usr \ - --disable-static \ - --enable-arm-neon=no + --disable-static make }