kmod & libcups updates

This commit is contained in:
Neophytos 2012-09-12 15:55:40 +00:00
parent 18b94474b2
commit 8824237a90
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=lib32-kmod
pkgver=8
pkgver=9
pkgrel=1
pkgdesc="Linux kernel module handling"
arch=('x86_64')
@ -12,7 +12,7 @@ depends=('lib32-zlib' 'kmod')
makedepends=('gcc-multilib')
options=('!libtool')
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-$pkgver.tar.xz")
md5sums=('d4e3d038b5370b1e8ff237c55666aa64')
md5sums=('c8ae2d2694fbca2b28e238b30543a0cd')
build() {
export CC="gcc -m32"

View File

@ -5,7 +5,7 @@
_pkgbasename=libcups
pkgname=lib32-$_pkgbasename
pkgver=1.5.3
pkgver=1.6.1
pkgrel=1
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
arch=('x86_64')
@ -14,7 +14,7 @@ url="http://www.cups.org/"
depends=(lib32-glibc $_pkgbasename)
makedepends=(gcc-multilib cups lib32-libusb)
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
md5sums=('e1ad15257aa6f162414ea3beae0c5df8')
md5sums=('87ade07e3d1efd03c9c3add949cf9c00')
build() {
export CC="gcc -m32"
@ -37,6 +37,7 @@ build() {
--disable-gnutls \
--enable-threads \
--with-optim="$CFLAGS" \
--disable-avahi \
--libdir=/usr/lib32
make
}