summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ce321d1546..a6f7530d295d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@ pkgname=giara-git
pkgver=0.3.r3.g98045cf
pkgrel=1
epoch=
-pkgdesc="Reddit gtk client"
+pkgdesc="GTK app for Reddit"
arch=('any')
url="https://gitlab.gnome.org/World/giara"
license=('GPL3')
groups=()
depends=(
- 'gtksourceview4'
- 'libhandy>=1'
+ 'gtk4>=4.3'
+ 'gtksourceview5'
+ 'libadwaita-git'
'python-beautifulsoup4'
- 'python-cairo'
'python-dateutil'
'python-gobject'
'python-mistune'