summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-19 14:07:26 +0100
committerDaniel Peukert2020-01-19 14:07:26 +0100
commit9fb5a1a900b1dac3be1497d62009e4fc11eb9dea (patch)
treea041dd00ffb7cefacda12644b08fe1880e4f9890
parentabe148be10b9237749641ac0bdc8b7e92e4b8d37 (diff)
downloadaur-9fb5a1a900b1dac3be1497d62009e4fc11eb9dea.tar.gz
Updated cloudprint-cups dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9b0cd42419..045870759c14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudprint-cups
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP
pkgver = 20170402
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
install = cloudprint-cups.install
@@ -13,8 +13,10 @@ pkgbase = cloudprint-cups
depends = python2
depends = python2-httplib2
depends = python2-pycups
+ depends = python2-pyopenssl
depends = python2-six
- source = cloudprint-cups-1:20170402-1.tar.gz::https://github.com/simoncadman/CUPS-Cloud-Print/archive/1f279036fad249efa8a2bca7f8f54adffd3b59c8.tar.gz
+ depends = tk
+ source = cloudprint-cups-1:20170402-2.tar.gz::https://github.com/simoncadman/CUPS-Cloud-Print/archive/1f279036fad249efa8a2bca7f8f54adffd3b59c8.tar.gz
sha256sums = 9dcc50c453fd3819dedbdcbb7c7be9ca7adc1c3ad79f7d4ac12248eed2cf0448
pkgname = cloudprint-cups
diff --git a/PKGBUILD b/PKGBUILD
index b2396422ecae..336f782a5f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='cloudprint-cups'
pkgver='20170402'
_commit='1f279036fad249efa8a2bca7f8f54adffd3b59c8'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP'
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')
install="$pkgname.install"
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/$_commit.tar.gz")
sha256sums=('9dcc50c453fd3819dedbdcbb7c7be9ca7adc1c3ad79f7d4ac12248eed2cf0448')