diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-10-25 00:33:32 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-25 17:28:18 +0000 |
commit | 45b366816f32927348e18eef954b5cb8370d3f1b (patch) | |
tree | 36a0ae142e60da2b266d85c1526419a047a2efab /main/cups/APKBUILD | |
parent | b47d47e7a3a125c2fc4763a72ea19a9153e65d4d (diff) | |
download | aports-45b366816f32927348e18eef954b5cb8370d3f1b.tar.bz2 aports-45b366816f32927348e18eef954b5cb8370d3f1b.tar.xz |
main/cups: rebuild against ghostscript 9.50
Closes GH-11934
Diffstat (limited to 'main/cups/APKBUILD')
-rw-r--r-- | main/cups/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index de2f9c1808..dca520e27f 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups pkgver=2.2.12 -pkgrel=0 +pkgrel=1 pkgdesc="The CUPS Printing System" url="https://www.cups.org/" arch="all" |