summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Fernández2022-02-06 15:39:17 -0300
committerFernando Fernández2022-02-06 15:39:17 -0300
commit1064e81af74f2cca8fd3fbb0ce82297b4eeecdc7 (patch)
tree865e3a1810ee5b762192c1da83a1368a867124ed
parent5f5a3b797f4502531c06a95e39cb0801a46e7b47 (diff)
downloadaur-1064e81af74f2cca8fd3fbb0ce82297b4eeecdc7.tar.gz
version 0.20.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae6fd047e401..d4641eadb66d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gxml
pkgdesc = GObject-based XML parser and writer library
- pkgver = 0.20.1
+ pkgver = 0.20.2
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.1/gxml-0.20.1.tar.gz
- sha256sums = a047e71b19a5eb159b8ffb4e0a944abf7a07544ad30a42eda9c71b410c3a8a19
+ source = https://gitlab.gnome.org/GNOME/gxml/-/archive/0.20.2/gxml-0.20.2.tar.gz
+ sha256sums = 8310c44590148c304c4622a94e8f6010539e0aea1f7f64af401114f6b957b6f5
pkgname = gxml
diff --git a/PKGBUILD b/PKGBUILD
index a1e80d31b55b..89e426643013 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.1
+pkgver=0.20.2
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=('a047e71b19a5eb159b8ffb4e0a944abf7a07544ad30a42eda9c71b410c3a8a19')
+sha256sums=('8310c44590148c304c4622a94e8f6010539e0aea1f7f64af401114f6b957b6f5')
build() {
arch-meson "$pkgname-$pkgver" build