summaryrefslogtreecommitdiff
path: root/multilib/lib32-libcups/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-04 23:14:34 +0000
committerroot <root@rshg054.dnsready.net>2011-09-04 23:14:34 +0000
commit6dee0a203a8290427ca77705bc1cae90381529b2 (patch)
treeeef4e102b2f44b6b52f0edc70b9dae278b80821c /multilib/lib32-libcups/PKGBUILD
parent3b18be1752c9fd9fa74eb1314ca97dd61e9ce912 (diff)
Sun Sep 4 23:14:34 UTC 2011
Diffstat (limited to 'multilib/lib32-libcups/PKGBUILD')
-rw-r--r--multilib/lib32-libcups/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/multilib/lib32-libcups/PKGBUILD b/multilib/lib32-libcups/PKGBUILD
index f3ec15e39..3d744f140 100644
--- a/multilib/lib32-libcups/PKGBUILD
+++ b/multilib/lib32-libcups/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 49583 2011-06-18 08:21:51Z bluewind $
+# $Id: PKGBUILD 55132 2011-09-03 08:41:17Z bluewind $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
_pkgbasename=libcups
pkgname=lib32-$_pkgbasename
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
arch=('x86_64')
license=('GPL')
@@ -12,7 +12,7 @@ url="http://www.cups.org/"
depends=(lib32-krb5 lib32-libtiff lib32-libpng $_pkgbasename)
makedepends=(gcc-multilib)
source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
-md5sums=('50729f6fc46ba54223e0eaf5009f3419')
+md5sums=('e54ed09ede2340fc3014913333520fe4')
build() {
export CC="gcc -m32"
@@ -26,7 +26,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=no --disable-gnutls --disable-threads \
+ --enable-ssl=no --disable-gnutls --enable-threads \
--with-optim="$CFLAGS" --libdir=/usr/lib32
make
}