summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b642d489da..fb7e44cc1f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuhi-git
pkgdesc = DBus daemon to access Wacom SmartPad devices
pkgver = 20191104
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tuhiproject/tuhi
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = tuhi-git
depends = python
depends = python-svgwrite
depends = python-xdg
+ depends = python-cairo
source = git+https://github.com/tuhiproject/tuhi
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4ca54e1df1b7..8e4307bd5e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')