summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2021-05-31 17:36:14 +0200
committerGabriele Musco2021-05-31 17:36:14 +0200
commit9ab9fd050ab3be5a3fc80767a6d3478cdc189f9e (patch)
tree1fa3e12af1a5aa4d1cc6be08073a1336635394e8
parentd4ca9e81e6059258a230a5e32e0c57702027599a (diff)
downloadaur-9ab9fd050ab3be5a3fc80767a6d3478cdc189f9e.tar.gz
updated dependencies for gtk4
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 919e61094511..4158c80083c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,21 @@ pkgname=giara-git
pkgver=0.3.r0.g7f985e0
pkgrel=1
epoch=
-pkgdesc="Reddit gtk client"
+pkgdesc="GTK app for Reddit"
arch=('any')
url="https://gitlab.gnome.org/GabMus/giara"
license=('GPL3')
groups=()
depends=(
- 'gtksourceview4'
- 'libhandy>=1'
+ 'gtk4>=4.3'
+ 'gtksourceview5'
+ 'libadwaita-git'
'python-beautifulsoup4'
- 'python-cairo'
'python-dateutil'
'python-gobject'
'python-mistune'
'python-pillow'
'python-praw'
- 'webkit2gtk'
)
makedepends=('meson' 'git' 'gobject-introspection')
checkdepends=()