Date: Thursday, September 13, 2018 @ 22:15:22 Author: eworm Revision: 380681
upgpkg: gimp-plugin-fblur 3.2.6-5 BUILDINFO Rebuild Modified: gimp-plugin-fblur/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-13 22:15:12 UTC (rev 380680) +++ PKGBUILD 2018-09-13 22:15:22 UTC (rev 380681) @@ -1,7 +1,7 @@ # Maintainer: Lukas Jirkovsky <[email protected]> pkgname=gimp-plugin-fblur pkgver=3.2.6 -pkgrel=4 +pkgrel=5 pkgdesc="Makes out of focus with luminosity and depth" arch=('x86_64') url="http://registry.gimp.org/node/1444" @@ -20,7 +20,7 @@ build() { cd "$srcdir"/focusblur-$pkgver - ./configure --prefix=/usr LIBS=-lm + ./configure CFLAGS="${CFLAGS} -DGIMP_DISABLE_DEPRECATED" --prefix=/usr LIBS=-lm make }
