summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2022-04-14 11:29:42 +0200
committerGabriele Musco2022-04-14 11:29:42 +0200
commit010b3e91772d7a0afa184cc4b1cd85f6f852b31c (patch)
tree9649b5b37c1747d2d436354c36720a3607c196cd /PKGBUILD
parent495cfa9698d4077ff30ffa1169c87c6f757a23c3 (diff)
downloadaur-giara-git.tar.gz
updated to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9b2ac94a655..40e74df52d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=giara-git
-pkgver=1.0.r76.g8d4850b
+pkgver=1.0.1.r0.g59195cf
pkgrel=1
epoch=
pkgdesc="GTK app for Reddit"
@@ -16,9 +16,10 @@ depends=(
'python-beautifulsoup4'
'python-dateutil'
'python-gobject'
- 'python-mistune1'
+ 'python-mistune'
'python-pillow'
'python-praw'
+ 'python-requests'
)
makedepends=('meson' 'git' 'gobject-introspection' 'blueprint-compiler')
checkdepends=()