diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/cups/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/cups/APKBUILD b/user/cups/APKBUILD index 378aeb1ae..3678dea12 100644 --- a/user/cups/APKBUILD +++ b/user/cups/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: pkgname=cups pkgver=2.2.10 -pkgrel=0 +pkgrel=1 pkgdesc="The CUPS Printing System" url="https://www.cups.org/" arch="all" license="GPL-2.0-only AND LGPL-2.0-only" # cupsUTF8ToCharset(CUPS_EUC_JP) of utfdemo.txt: FAIL (UTF-8 to EUC-JP on line 1) options="!check" -depends="cups-client poppler-utils openssl dbus" +depends="cups-client dbus gnu-ghostscript openssl poppler-utils" depends_dev="gnutls-dev openssl-dev zlib-dev" makedepends="$depends_dev libpaper-dev dbus-dev libjpeg-turbo-dev linux-headers linux-pam-dev" |