[arch-commits] Commit in cups-pdf/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Wed Jan 31 13:08:53 UTC 2018
Date: Wednesday, January 31, 2018 @ 13:08:52
Author: andyrtr
Revision: 315675
upgpkg: cups-pdf 3.0.1-2
use new cups group ownership - FS#57311/FS#56818
Modified:
cups-pdf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-31 12:39:17 UTC (rev 315674)
+++ PKGBUILD 2018-01-31 13:08:52 UTC (rev 315675)
@@ -4,7 +4,7 @@
pkgname=cups-pdf
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="PDF printer for cups"
arch=(x86_64)
depends=('cups' 'ghostscript')
@@ -39,6 +39,6 @@
# Install docs
install -D -m 644 ../README "$pkgdir"/usr/share/doc/$pkgname/README
- # use lp group from cups pkg FS#36769
- chgrp -R lp ${pkgdir}/etc/cups
+ # use cups group from cups pkg FS#57311/FS#56818
+ chgrp -R cups ${pkgdir}/etc/cups
}
More information about the arch-commits
mailing list