mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cups to 2.4.10-1
This commit is contained in:
parent
1561f5f229
commit
4161c056a7
2 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = cups
|
pkgbase = cups
|
||||||
pkgver = 2.4.9
|
pkgver = 2.4.10
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = https://openprinting.github.io/cups/
|
url = https://openprinting.github.io/cups/
|
||||||
|
@ -14,8 +14,8 @@ pkgbase = cups
|
||||||
makedepends = avahi
|
makedepends = avahi
|
||||||
makedepends = systemd
|
makedepends = systemd
|
||||||
makedepends = libpaper
|
makedepends = libpaper
|
||||||
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz
|
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.10/cups-2.4.10-source.tar.gz
|
||||||
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz.sig
|
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.10/cups-2.4.10-source.tar.gz.sig
|
||||||
source = cups.logrotate
|
source = cups.logrotate
|
||||||
source = cups.pam
|
source = cups.pam
|
||||||
source = cups.sysusers
|
source = cups.sysusers
|
||||||
|
@ -23,7 +23,7 @@ pkgbase = cups
|
||||||
source = cups-freebind.patch
|
source = cups-freebind.patch
|
||||||
source = guid.patch
|
source = guid.patch
|
||||||
validpgpkeys = 7082A0A50A2E92640F3880E0E4522DCC9B246FF7
|
validpgpkeys = 7082A0A50A2E92640F3880E0E4522DCC9B246FF7
|
||||||
sha256sums = 38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c
|
sha256sums = d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9
|
sha256sums = d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9
|
||||||
sha256sums = 57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5
|
sha256sums = 57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5
|
||||||
|
@ -45,7 +45,7 @@ pkgname = cups
|
||||||
install = cups.install
|
install = cups.install
|
||||||
depends = acl
|
depends = acl
|
||||||
depends = pam
|
depends = pam
|
||||||
depends = libcups>=2.4.9
|
depends = libcups>=2.4.10
|
||||||
depends = cups-filters
|
depends = cups-filters
|
||||||
depends = dbus
|
depends = dbus
|
||||||
depends = systemd
|
depends = systemd
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgbase="cups"
|
pkgbase="cups"
|
||||||
pkgname=('libcups' 'cups')
|
pkgname=('libcups' 'cups')
|
||||||
pkgver=2.4.9
|
pkgver=2.4.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -24,7 +24,7 @@ source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-$
|
||||||
cups-freebind.patch
|
cups-freebind.patch
|
||||||
guid.patch
|
guid.patch
|
||||||
)
|
)
|
||||||
sha256sums=('38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c'
|
sha256sums=('d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
|
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
|
||||||
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
|
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
|
||||||
|
|
Loading…
Reference in a new issue