mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/cups to 2.1.4-1
This commit is contained in:
parent
bef68ee83f
commit
2440c6b571
1 changed files with 4 additions and 5 deletions
|
@ -6,15 +6,15 @@
|
|||
|
||||
pkgbase="cups"
|
||||
pkgname=('libcups' 'cups')
|
||||
pkgver=2.1.3
|
||||
pkgrel=2
|
||||
pkgver=2.1.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://www.cups.org/"
|
||||
makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
|
||||
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
|
||||
'avahi' 'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper')
|
||||
source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
|
||||
source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz
|
||||
cups.logrotate cups.pam
|
||||
# improve build and linking
|
||||
cups-no-export-ssllibs.patch
|
||||
|
@ -24,8 +24,7 @@ source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.s
|
|||
cups-1.6.0-fix-install-perms.patch
|
||||
# bugfixes
|
||||
)
|
||||
md5sums=('62b8fafd590e75f72316915790b0850a'
|
||||
'SKIP'
|
||||
md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7'
|
||||
'fc8286f185e2cc5f7e1f6843bf193e2b'
|
||||
'96f82c38f3f540b53f3e5144900acf17'
|
||||
'3ba9e3410df1dc3015463d615ef91b3b'
|
||||
|
|
Loading…
Reference in a new issue