summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2013-03-10 01:37:19 +0100
committerKuba Serafinowski2013-03-10 01:37:19 +0100
commit6390cd13bde051a0b9411282740f1881883ea46b (patch)
tree5fbeacf464807fc1e20711c51ab0cd0f7dec895a
parent36f88e0e6abca5d3aba0c666c70d23ba308ec7ae (diff)
downloadaur-6390cd13bde051a0b9411282740f1881883ea46b.tar.gz
add missing dependency
-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')