diff options
author | Christian Muehlhaeuser | 2019-12-31 08:41:26 +0100 |
---|---|---|
committer | Christian Muehlhaeuser | 2019-12-31 08:41:26 +0100 |
commit | 023e28bfe998ab8015f3c5aa09a5db1c2a3912bc (patch) | |
tree | 51d50fe347a69c0a5d68a21ebc905e397b224b0e /PKGBUILD | |
parent | 559121c70d410f555b34a05fb44958806bac76db (diff) | |
download | aur-023e28bfe998ab8015f3c5aa09a5db1c2a3912bc.tar.gz |
Add python-cairo dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ pkgname=tuhi-git pkgver=20191104 -pkgrel=1 +pkgrel=2 pkgdesc="DBus daemon to access Wacom SmartPad devices" arch=('any') -depends=('python' 'python-svgwrite' 'python-xdg') +depends=('python' 'python-svgwrite' 'python-xdg' 'python-cairo') makedepends=('git' 'python-setuptools' 'meson' 'ninja') url="https://github.com/tuhiproject/tuhi" license=('GPL2') |