This commit is contained in:
Manuel 2013-02-27 20:17:53 +00:00
parent 44e750a00d
commit ae930d36f1

View File

@ -5,20 +5,20 @@
_pkgbasename=gdk-pixbuf2
pkgname=lib32-$_pkgbasename
pkgver=2.26.4
pkgrel=2
pkgver=2.26.5
pkgrel=1
pkgdesc="An image loading library for gtk2 (32-bit)"
arch=('i686' 'x86_64')
url="http://www.gtk.org/"
license=('GPL2')
depends=('lib32-glib2'
lib32-lib{'png','tiff','jpeg','ffi','x11'}
$_pkgbasename)
"$_pkgbasename=$pkgver")
makedepends=(gcc-multilib)
options=('!libtool' '!docs')
install=gdk-pixbuf2.install
source=(http://download.gnome.org/sources/gdk-pixbuf/2.26/gdk-pixbuf-${pkgver}.tar.xz)
sha256sums=('a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be')
sha256sums=('77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84')
build() {
export CC="gcc -m32"