diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 04:28:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 05:08:17 -0300 |
commit | c49c47a68d9a22731faa02d86114eabb501c2727 (patch) | |
tree | df4547552d8f24da55bd6f651abfee5df181b1a1 | |
parent | 899eb6a82ec0d4b42ef4fa02260844f40e54b9d7 (diff) | |
download | aports-c49c47a68d9a22731faa02d86114eabb501c2727.tar.bz2 aports-c49c47a68d9a22731faa02d86114eabb501c2727.tar.xz |
community/cups-filters: upgrade to 1.25.5
-rw-r--r-- | community/cups-filters/APKBUILD | 8 | ||||
-rw-r--r-- | community/cups-filters/cstring.patch | 13 |
2 files changed, 3 insertions, 18 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index 9f202c3310..3db46d2b64 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.25.4 -pkgrel=1 +pkgver=1.25.5 +pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" arch="all" @@ -21,7 +21,6 @@ makedepends="bash cups-dev libjpeg-turbo-dev poppler-dev zlib-dev 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 - cstring.patch " build() { @@ -67,5 +66,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="0386c4640249a0325257f9b10a0eee387bc6e8129bde734b6c35704719c0ad60624f9ad44c73cd199768373ffd331fc1b4b4c4c8641f5ec8792ddf8850da510a cups-filters-1.25.4.tar.xz -66ee8e2d0de484fa2a2ec69005fb1f946b7d844a50292c18de7b330e425d1be954f697dafee666dd1d956abec0c63231d3ed4e5395a7eac9d11a00c7f766793c cstring.patch" +sha512sums="4e7126f4c439cb7392484dd3531023da5a1c885c7a6c7377260e7cccc2f3f51e3d0aa879965ecdb2625217d6f9ee1ca9c860c4fc05a7959697cd269696f10f59 cups-filters-1.25.5.tar.xz" diff --git a/community/cups-filters/cstring.patch b/community/cups-filters/cstring.patch deleted file mode 100644 index 793a0074ea..0000000000 --- a/community/cups-filters/cstring.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/filter/pdf.cxx b/filter/pdf.cxx -index 5b212ca..f12607f 100644 ---- a/filter/pdf.cxx -+++ b/filter/pdf.cxx -@@ -20,6 +20,7 @@ - #include "pdf.h" - #include <vector> - #include <string> -+#include <cstring> - #include <qpdf/QPDF.hh> - #include <qpdf/QPDFObjectHandle.hh> - #include <qpdf/QPDFWriter.hh> - |