summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2020-06-06 18:56:26 +0200
committerSammysHP2020-06-06 18:56:26 +0200
commit0f907e2d7b22766bc2f5e54dfffa051fcd841120 (patch)
treeee6ff917635f4491c3ead5a63a8f4f9c8b9b7e01
parent236c14e83e64420ae1d7c81e6870eb3ee3757855 (diff)
downloadaur-escrotum-git.tar.gz
Add missing dependency "python-cairo"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5faabc3bb8f..2688644eac4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = escrotum-git
pkgdesc = Screen capture using pygtk, inspired by scrot
- pkgver = 0.2.1.r44.292766e
+ pkgver = 0.2.1.r46.27dfa4e
pkgrel = 1
url = https://github.com/Roger/escrotum
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = escrotum-git
makedepends = git
makedepends = python-setuptools
depends = python
+ depends = python-cairo
depends = python-gobject
depends = python-xcffib
optdepends = python-numpy: fast image generation
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')