summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e18ba99ef9f..fac19d2254f9 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 = 20120416
+ pkgver = 20130310
pkgrel = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
arch = any
@@ -8,6 +8,7 @@ pkgbase = cloudprint-cups-git
makedepends = cups
makedepends = git
depends = pycups
+ depends = python2-httplib2
provides = cloudprint-cups
conflicts = cloudprint-cups
diff --git a/PKGBUILD b/PKGBUILD
index 390a2a4170d0..35d1963cf086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# https://github.com/zizzfizzix/pkgbuilds
pkgname=cloudprint-cups-git
-pkgver=20120416
+pkgver=20130310
pkgrel=1
pkgdesc="Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print."
arch=('any')
url="https://github.com/simoncadman/CUPS-Cloud-Print"
license=('GPL3')
-depends=('pycups')
+depends=('pycups' 'python2-httplib2')
makedepends=('cups' 'git')
provides=('cloudprint-cups')
conflicts=('cloudprint-cups')