summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2014-02-24 15:27:58 +0200
committerKuba Serafinowski2014-02-24 15:27:58 +0200
commitd3f6258bc52a220e0644f28d6b1fdd651b0b62b4 (patch)
treee026817ab38c92dfce62bc237f5f4666da399680
parent85b0185d1f7f2ab0ddba2c772c2a1abc97a60444 (diff)
downloadaur-d3f6258bc52a220e0644f28d6b1fdd651b0b62b4.tar.gz
update cloudprint-cups-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cloudprint-cups.install6
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e91f95dc48a4..372529a82942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cloudprint-cups-git
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print.
- pkgver = 20130604.2.g896b314
+ pkgver = 20140210.66.gddd00d5
pkgrel = 1
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
diff --git a/PKGBUILD b/PKGBUILD
index faf386937927..2d8110e4ac7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/zizzfizzix/pkgbuilds
pkgname=cloudprint-cups-git
-pkgver=20130604.2.g896b314
+pkgver=20140210.66.gddd00d5
pkgrel=1
epoch=1
pkgdesc="Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print."
diff --git a/cloudprint-cups.install b/cloudprint-cups.install
index b56cd0e05e51..8b754ae1c724 100644
--- a/cloudprint-cups.install
+++ b/cloudprint-cups.install
@@ -1,3 +1,7 @@
+post_install() {
+ echo 'Run "sudo /usr/share/cloudprint-cups/listcloudprinters.py" to set up.'
+}
+
post_upgrade() {
- /usr/lib/cloudprint-cups/upgrade.py
+ /usr/share/cloudprint-cups/upgrade.py
}