cups: fix -devel rdeps.
This commit is contained in:
parent
f75c0386a9
commit
fcd00b79c4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=1.7.3
|
||||
revision=2
|
||||
revision=3
|
||||
patch_args="-Np1"
|
||||
short_desc="Common Unix Printing System"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -100,7 +100,7 @@ libcups_package() {
|
|||
}
|
||||
|
||||
cups-devel_package() {
|
||||
depends="gnutls-devel mit-krb5-devel libcups>=$version"
|
||||
depends="zlib-devel libcups>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue