summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 372529a82942..27a95f80467b 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 = 20140210.66.gddd00d5
+ pkgver = 20140308.130.gbf67714
pkgrel = 1
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
@@ -9,7 +9,7 @@ pkgbase = cloudprint-cups-git
license = GPL3
makedepends = cups
makedepends = git
- depends = pycups
+ depends = python2-pycups
depends = python2-httplib2
provides = cloudprint-cups
provides = cupscloudprint
diff --git a/PKGBUILD b/PKGBUILD
index 2d8110e4ac7c..f2c3ca6fd1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# https://github.com/zizzfizzix/pkgbuilds
pkgname=cloudprint-cups-git
-pkgver=20140210.66.gddd00d5
+pkgver=20140308.130.gbf67714
pkgrel=1
epoch=1
-pkgdesc="Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print."
+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"
+url='https://github.com/simoncadman/CUPS-Cloud-Print'
license=('GPL3')
-depends=('pycups' 'python2-httplib2')
+depends=('python2-pycups' 'python2-httplib2')
makedepends=('cups' 'git')
provides=('cloudprint-cups' 'cupscloudprint')
conflicts=('cloudprint-cups' 'cupscloudprint')