summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4641eadb66d..2257c5f908fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gxml
pkgdesc = GObject-based XML parser and writer library
- pkgver = 0.20.2
+ pkgver = 0.20.3
pkgrel = 1
url = https://wiki.gnome.org/GXml
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = gxml
depends = glib2
depends = libgee
depends = libxml2
- source = https://gitlab.gnome.org/GNOME/gxml/-/archive/0.20.2/gxml-0.20.2.tar.gz
- sha256sums = 8310c44590148c304c4622a94e8f6010539e0aea1f7f64af401114f6b957b6f5
+ source = https://gitlab.gnome.org/GNOME/gxml/-/archive/0.20.3/gxml-0.20.3.tar.gz
+ sha256sums = 66d7c761ae2dad14960911708d042382436c6b10f0b68e77d7c536697f663f53
pkgname = gxml
diff --git a/PKGBUILD b/PKGBUILD
index 89e426643013..b3b19c87bfc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Balló György
# Contributor: Artem Vorotnikov <artem at vorotnikov dot me>
pkgname=gxml
-pkgver=0.20.2
+pkgver=0.20.3
pkgrel=1
pkgdesc="GObject-based XML parser and writer library"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('glib2' 'libgee' 'libxml2')
makedepends=('gobject-introspection' 'meson' 'vala')
source=("https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${pkgver}/gxml-${pkgver}.tar.gz")
-sha256sums=('8310c44590148c304c4622a94e8f6010539e0aea1f7f64af401114f6b957b6f5')
+sha256sums=('66d7c761ae2dad14960911708d042382436c6b10f0b68e77d7c536697f663f53')
build() {
arch-meson "$pkgname-$pkgver" build