summarylogtreecommitdiffstats
path: root/_patch.sed
diff options
context:
space:
mode:
Diffstat (limited to '_patch.sed')
-rw-r--r--_patch.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/_patch.sed b/_patch.sed
index 5926545a7d8e..4a8ff27d8aaf 100644
--- a/_patch.sed
+++ b/_patch.sed
@@ -30,5 +30,8 @@ s/.\/configure (.+) \\/.\/configure \1 --enable-gssapi --with-cups-build="cups-g
# fix usage of "${pkgbase}"
s/\$\{pkgbase\}/cups/g
+# remove cups-filters make dependency as it is just causing trouble, and should only be a post-install dependency (already is for cups, not for libcups)
+/^makedepends=/ s/'cups-filters' //
+
# if we do more patches, use this to update pkgrel:
# s/pkgrel=3/pkgrel=3.2/