mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
lib32-libcups: 2.1.4
This commit is contained in:
parent
0bd4b1e0e6
commit
c8fc26d99e
@ -1,6 +1,6 @@
|
||||
_pkgbasename=libcups
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=2.1.3
|
||||
pkgver=2.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -8,8 +8,8 @@ license=('GPL')
|
||||
url="http://www.cups.org/"
|
||||
depends=('lib32-krb5' 'lib32-libtiff' 'lib32-libpng' 'lib32-gnutls' $_pkgbasename=$pkgver)
|
||||
makedepends=('lib32-gcc-libs')
|
||||
source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2)
|
||||
md5sums=('62b8fafd590e75f72316915790b0850a')
|
||||
source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz)
|
||||
md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
|
Loading…
Reference in New Issue
Block a user