Generate missing pixbuf loaders (#1841)

* Generate missing pixbuf loaders

* Bump pkgrel
This commit is contained in:
peterbud
2016-10-20 08:38:28 +02:00
committed by Алексей
parent 00843ca0d8
commit 09fb769c25

View File

@@ -6,7 +6,7 @@ _realname=gdk-pixbuf2
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.36.0
pkgrel=1
pkgrel=2
pkgdesc="An image loading library (mingw-w64)"
arch=('any')
url="http://www.gtk.org"
@@ -50,7 +50,7 @@ build() {
--enable-shared \
--enable-introspection \
--enable-relocations \
--with-included-loaders
--with-included-loaders=png
make
}