summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2021-09-01 10:41:12 +0200
committerGabriele Musco2021-09-01 10:41:27 +0200
commit2f38453b7d4f4d6f5b8319f2979c5556e84a374f (patch)
tree9005d7e3ccd8dc426602dbd805a2c54cba7bd91d
parent39900e2fc6adccd19c77e8714257558636a02f88 (diff)
downloadaur-2f38453b7d4f4d6f5b8319f2979c5556e84a374f.tar.gz
use stable libadwaita
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227ffab5a07b..1640842b5dc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = giara-git
pkgdesc = GTK app for Reddit
- pkgver = 0.3.r162.g8c666d0
+ pkgver = 1.0.r4.g52a03a8
pkgrel = 1
url = https://gitlab.gnome.org/World/giara
arch = any
@@ -10,7 +10,7 @@ pkgbase = giara-git
makedepends = gobject-introspection
depends = gtk4
depends = gtksourceview5
- depends = libadwaita-git
+ depends = libadwaita
depends = python-beautifulsoup4
depends = python-dateutil
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 9a5f0c1abf32..53b2ae2ed5f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=giara-git
-pkgver=0.3.r162.g8c666d0
+pkgver=1.0.r4.g52a03a8
pkgrel=1
epoch=
pkgdesc="GTK app for Reddit"
@@ -12,7 +12,7 @@ groups=()
depends=(
'gtk4'
'gtksourceview5'
- 'libadwaita-git'
+ 'libadwaita'
'python-beautifulsoup4'
'python-dateutil'
'python-gobject'