summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-19 14:07:31 +0100
committerDaniel Peukert2020-01-19 14:07:31 +0100
commitbee4687491489488117278ac9c918058ecf505b8 (patch)
tree87d70bf9b613fd4c6f8ef7a63d636bc70fd31a20
parente89d7e6efbe128ec9a6b4629281941d44868c070 (diff)
downloadaur-bee4687491489488117278ac9c918058ecf505b8.tar.gz
Updated cloudprint-cups dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce68a1c816fd..9aa363787f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudprint-cups-git
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP - git version
pkgver = 20160502.r16.g1f27903
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
install = cloudprint-cups.install
@@ -14,7 +14,9 @@ pkgbase = cloudprint-cups-git
depends = python2
depends = python2-httplib2
depends = python2-pycups
+ depends = python2-pyopenssl
depends = python2-six
+ depends = tk
provides = cloudprint-cups
conflicts = cloudprint-cups
source = cloudprint-cups-git::git+https://github.com/simoncadman/CUPS-Cloud-Print#branch=capabilities-fix
diff --git a/PKGBUILD b/PKGBUILD
index b21b50c9397b..becea84f7602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname='cloudprint-cups'
pkgname="$_pkgname-git"
pkgver='20160502.r16.g1f27903'
-pkgrel='4'
+pkgrel='5'
epoch='1'
pkgdesc='Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP - git version'
arch=('any')
url='https://github.com/simoncadman/CUPS-Cloud-Print'
license=('GPL3')
-depends=('cups' 'ghostscript' 'imagemagick' 'python2' 'python2-httplib2' 'python2-pycups' 'python2-six')
+depends=('cups' 'ghostscript' 'imagemagick' 'python2' 'python2-httplib2' 'python2-pycups' 'python2-pyopenssl' 'python2-six' 'tk')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")