summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotreblan2020-11-11 16:39:58 -0500
committerotreblan2020-11-11 16:39:58 -0500
commit40a880782120abcd57e4202ed2ad53b63cf786a0 (patch)
tree3d2ff1ae51ca221662428173572cdeb1069e59ca /PKGBUILD
parenta71e0bbbeb23e0dbdccc0bd9b9e26cd1184ef800 (diff)
downloadaur-40a880782120abcd57e4202ed2ad53b63cf786a0.tar.gz
Add missing python-cairo dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14be81e2bd2b..f017e95b672e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=giara-git
-pkgver=0.2.r0.ga6ae3fa
+pkgver=0.2.r76.g186139f
pkgrel=1
epoch=
pkgdesc="Reddit gtk client"
@@ -13,6 +13,7 @@ depends=(
'gtksourceview4'
'libhandy>=1'
'python-beautifulsoup4'
+ 'python-cairo'
'python-dateutil'
'python-gobject'
'python-mistune'