diff options
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index a7c475f1be..0fe779e582 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf -pkgver=2.26.4 -pkgrel=1 +pkgver=2.26.5 +pkgrel=0 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" arch="all" license="LGPL" depends= depends_dev="libpng-dev glib-dev" -makedepends="$depends_dev tiff-dev jpeg-dev gobject-introspection-dev" +makedepends="$depends_dev tiff-dev libjpeg-turbo-dev gobject-introspection-dev" install="$pkgname.pre-deinstall" triggers="$pkgname.trigger=/usr/lib/gdk-pixbuf-2.0/*/loaders" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" @@ -53,4 +53,4 @@ dev() { default_dev } -md5sums="e634924654bedfdbe58fab059f38ffed gdk-pixbuf-2.26.4.tar.xz" +md5sums="339329e6d619ee3e1cb93979111b04c0 gdk-pixbuf-2.26.5.tar.xz" |