summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2018-05-31 18:20:45 +0300
committerArtem Vorotnikov2018-05-31 18:20:45 +0300
commitea507ef6de2a01c37ac89f97e63142f3e25e2654 (patch)
treed9b8fc2742f6feb26f3f7df47edff2c566d8653b /PKGBUILD
parentfd7af8cf67adff14930eef73944ceba3e25b5f30 (diff)
downloadaur-ea507ef6de2a01c37ac89f97e63142f3e25e2654.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb49afebfb4c..43f433ff3442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=gxml
_major=0
-_minor=14
+_minor=16
_patch=3
pkgname=$_pkgname
pkgver=$_major.$_minor.$_patch
@@ -12,7 +12,7 @@ depends=('glib2' 'libgee' 'libxml2')
makedepends=('gobject-introspection' 'vala' 'intltool')
url="https://wiki.gnome.org/GXml"
source=("http://ftp.gnome.org/pub/gnome/sources/gxml/$_major.$_minor/gxml-$_major.$_minor.$_patch.tar.xz")
-sha256sums=('b4f9739f924fefc90dd5d54da7680a50377bfba1342bd16436ab387c631e3b41')
+sha256sums=('520d4d779b1d31591762b2a98f84072531b9e17ac401df9668493e189eafc6ba')
build() {
cd "$srcdir/$_pkgname-$pkgver"