summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-12-07 21:35:03 +0100
committerMoritz Kaspar Rudert (mortzu)2015-12-07 21:38:42 +0100
commiteb218f0c45b0b9d340ffde958587b97c9aba4d54 (patch)
tree19e8527ee6300ce11db72cdcf97051d79d25d6f5
parentd2629fd2fecfd38e5e5c0a7b54bf0cfdc6dab738 (diff)
downloadaur-eb218f0c45b0b9d340ffde958587b97c9aba4d54.tar.gz
Initial commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27a95f80467b..173de3505138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 20:38:14 UTC 2015
pkgbase = cloudprint-cups-git
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print.
pkgver = 20140308.130.gbf67714
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
install = cloudprint-cups.install
@@ -11,6 +13,7 @@ pkgbase = cloudprint-cups-git
makedepends = git
depends = python2-pycups
depends = python2-httplib2
+ depends = python2-six
provides = cloudprint-cups
provides = cupscloudprint
conflicts = cloudprint-cups
diff --git a/PKGBUILD b/PKGBUILD
index f2c3ca6fd1be..f6e058ee458e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,12 @@
-# Maintainer: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-# https://github.com/zizzfizzix/pkgbuilds
-
pkgname=cloudprint-cups-git
pkgver=20140308.130.gbf67714
-pkgrel=1
+pkgrel=2
epoch=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=('python2-pycups' 'python2-httplib2')
+depends=('python2-pycups' 'python2-httplib2' 'python2-six')
makedepends=('cups' 'git')
provides=('cloudprint-cups' 'cupscloudprint')
conflicts=('cloudprint-cups' 'cupscloudprint')