summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2021-08-03 21:30:42 -0500
committerotreblan2021-08-03 21:30:42 -0500
commit39900e2fc6adccd19c77e8714257558636a02f88 (patch)
tree93267633ecab840e575a607860ce969a4350bcd4
parent1d1a56111d4422777539b7bab2c98f6736caa215 (diff)
downloadaur-39900e2fc6adccd19c77e8714257558636a02f88.tar.gz
Use stable gtk4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b6b27d9c58..227ffab5a07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = giara-git
pkgdesc = GTK app for Reddit
- pkgver = 0.3.r118.gcee3186
+ pkgver = 0.3.r162.g8c666d0
pkgrel = 1
url = https://gitlab.gnome.org/World/giara
arch = any
@@ -8,7 +8,7 @@ pkgbase = giara-git
makedepends = meson
makedepends = git
makedepends = gobject-introspection
- depends = gtk4-git
+ depends = gtk4
depends = gtksourceview5
depends = libadwaita-git
depends = python-beautifulsoup4
@@ -26,4 +26,3 @@ pkgbase = giara-git
sha256sums = SKIP
pkgname = giara-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9b8c17ff8c0e..9a5f0c1abf32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=giara-git
-pkgver=0.3.r118.gcee3186
+pkgver=0.3.r162.g8c666d0
pkgrel=1
epoch=
pkgdesc="GTK app for Reddit"
@@ -10,7 +10,7 @@ url="https://gitlab.gnome.org/World/giara"
license=('GPL3')
groups=()
depends=(
- 'gtk4-git'
+ 'gtk4'
'gtksourceview5'
'libadwaita-git'
'python-beautifulsoup4'