aboutsummaryrefslogtreecommitdiffstats
path: root/community/cups-filters
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-04 02:45:50 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-04 10:27:27 +0000
commit635cba1a64ee5aff620f2a0053e9a4fa2eebcece (patch)
tree161a4e0147cebde3259ea75bf1e788352739cc55 /community/cups-filters
parent4cf23f9b824fdcd1f40967dce44041556818daaa (diff)
community/cups-filters: upgrade to 1.24.0
Closes GH-8453
Diffstat (limited to 'community/cups-filters')
-rw-r--r--community/cups-filters/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD
index a158fb33b09..7d751b477f1 100644
--- a/community/cups-filters/APKBUILD
+++ b/community/cups-filters/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cups-filters
-pkgver=1.22.5
-pkgrel=2
+pkgver=1.24.0
+pkgrel=0
pkgdesc="OpenPrinting CUPS filters and backends"
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
arch="all"
@@ -22,10 +22,8 @@ checkdepends="ttf-dejavu"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://github.com/OpenPrinting/cups-filters/releases/download/release-${pkgver//./-}/cups-filters-$pkgver.tar.xz
"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -45,12 +43,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
#the pdf.utf-8 symlink isn't quite good enough
cd "$pkgdir"/usr/share/cups/charsets && \
@@ -70,4 +66,4 @@ libs() {
mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="ed33e6d6f090c00f0f0d1d012d3b394bfaa1f81feeb5b0b7ead1dffa2399f0165ce916a99c3bf28aca7f279bffba5b6575feff700130cabfcd46eb4c904d5c59 cups-filters-1.22.5.tar.xz"
+sha512sums="ca4814f5ec3b716b0620b7e509d0fefa0b6ed502c9972dd571cc16cf80ea917b54b951f133c344f3a09c73af0b296e6884d6a981d356fc624ec18901cb15465a cups-filters-1.24.0.tar.xz"