summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Keller2019-11-19 14:38:50 +0100
committerAndré Keller2019-11-19 14:38:50 +0100
commitadb280226fbd6a3970441bc928985e6f5c1e3ace (patch)
tree1c4774b59529800e2750672ea4c30af0c8a54c7a
parent5022c4a375af0344837407b1ea53da1d7a6fd623 (diff)
downloadaur-adb280226fbd6a3970441bc928985e6f5c1e3ace.tar.gz
Update depedencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fe46b37b33..b6bb82482a40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,12 @@ pkgbase = python-brother_ql
license = GPL-3.0
makedepends = python-setuptools
depends = python
+ depends = python-attrs
+ depends = python-click
depends = python-future
depends = python-packbits
- depends = python-pillow
+ depends = python-pillow>=3.3.0
+ optdepends = python-pyusb
source = https://files.pythonhosted.org/packages/source/b/brother_ql/brother_ql-0.9.4.tar.gz
sha256sums = 1f5c57a039f012c9c204397f470001f76ebb7483421ebde985d0cb3c614e8660
diff --git a/PKGBUILD b/PKGBUILD
index a220003b92de..68f3ef097ca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
pkgname=python-brother_ql
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="Python package for the raster language protocol of the Brother QL series label printers"
url="https://github.com/pklaus/brother_ql"
-depends=('python' 'python-future' 'python-packbits' 'python-pillow')
+depends=('python' 'python-attrs' 'python-click' 'python-future' 'python-packbits' 'python-pillow>=3.3.0')
+optdepends=('python-pyusb')
makedepends=('python-setuptools')
license=('GPL-3.0')
arch=('any')