summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--cups.install6
2 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d47ced465daa..0feacb80f44c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase="libcups-ipp14"
### Commenting the "split packages sections - unsupported by AUR apparently ###
#pkgname=('libcups-ipp14' 'cups-ipp14')
pkgname=(${pkgbase})
-pkgver=2.0.2
+pkgver=2.1.3
pkgrel=1
arch=('i686' 'x86_64')
provides=('libcups')
@@ -29,7 +29,7 @@ source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.s
# bugfixes
# IPP 1.4
add-ipp-backend-of-cups-1.4.patch)
-md5sums=('6e0ea72dbafcf5baaa1cf4178e71096d'
+md5sums=('62b8fafd590e75f72316915790b0850a'
'SKIP'
'fc8286f185e2cc5f7e1f6843bf193e2b'
'96f82c38f3f540b53f3e5144900acf17'
diff --git a/cups.install b/cups.install
new file mode 100644
index 000000000000..23732bb74898
--- /dev/null
+++ b/cups.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo ">> If you use an HTTPS connection to CUPS, the first time you access"
+ echo ">> the interface it may take a very long time before the site comes up."
+ echo ">> This is because the first request triggers the generation of the CUPS"
+ echo ">> SSL certificates which can be a very time-consuming job."
+}