summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Michel2018-06-06 15:25:11 +0200
committerRaphael Michel2018-06-06 15:25:11 +0200
commitede1e3cd13030b9c789571d6a47f4e1a1771926b (patch)
treea6cabbbd62188b7421ea439dd69dfdb66e7a895e
parent5249a8fd9ea1f59d01e72f02b431996c7ccb51c2 (diff)
downloadaur-ede1e3cd13030b9c789571d6a47f4e1a1771926b.tar.gz
Add dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82e836e9578..07b33b8dec1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = cups-fgl-printers-git
makedepends = cups
depends = python
depends = python-pillow
+ depends = python-numpy
source = git+https://github.com/pretix/cups-fgl-printers.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fbd6f8a91bbf..e61e98c21125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="CUPS drivers for FGL-based ticket printers"
arch=('any')
license=('GPL')
url="https://github.com/pretix/cups-fgl-printers"
-depends=('python' 'python-pillow')
+depends=('python' 'python-pillow' 'python-numpy')
makedepends=('make' 'cups')
source=('git+https://github.com/pretix/cups-fgl-printers.git')
sha256sums=('SKIP')