summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2020-06-06 18:56:26 +0200
committerSammysHP2020-06-06 18:56:26 +0200
commit0f907e2d7b22766bc2f5e54dfffa051fcd841120 (patch)
treeee6ff917635f4491c3ead5a63a8f4f9c8b9b7e01 /PKGBUILD
parent236c14e83e64420ae1d7c81e6870eb3ee3757855 (diff)
downloadaur-escrotum-git.tar.gz
Add missing dependency "python-cairo"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 990296c3467a..9f6f58085f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=escrotum-git
-pkgver=0.2.1.r44.292766e
+pkgver=0.2.1.r46.27dfa4e
pkgrel=1
pkgdesc="Screen capture using pygtk, inspired by scrot"
arch=('x86_64')
url="https://github.com/Roger/escrotum"
license=('GPL3')
-depends=('python' 'python-gobject' 'python-xcffib')
+depends=('python' 'python-cairo' 'python-gobject' 'python-xcffib')
makedepends=('git' 'python-setuptools')
optdepends=('python-numpy: fast image generation'
'ffmpeg: screen recording')