aboutsummaryrefslogtreecommitdiffstats
path: root/testing/template-glib
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-10 23:00:06 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-10 23:00:06 +0200
commitb36da747e4e4def2d54dd77278c730f16f85d31e (patch)
treeef3e4e852fbafc9841ba52ea667c83c1b92a48a4 /testing/template-glib
parent405292d92178c54d14fd807d89f7c4278a3ea201 (diff)
testing/template-glib: upgrade to 3.34.0
Diffstat (limited to 'testing/template-glib')
-rw-r--r--testing/template-glib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/template-glib/APKBUILD b/testing/template-glib/APKBUILD
index 6a505298fcf..54384c638e2 100644
--- a/testing/template-glib/APKBUILD
+++ b/testing/template-glib/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=template-glib
-pkgver=3.32.0
+pkgver=3.34.0
pkgrel=0
pkgdesc="library for template expansion which supports calling into GObject Introspection from templates"
url="https://gitlab.gnome.org/GNOME/template-glib"
@@ -9,7 +9,7 @@ arch="all"
license="GPL-3.0-or-later"
makedepends="meson vala gobject-introspection-dev glib-dev flex bison"
subpackages="$pkgname-dev $pkgname-lang"
-source="https://download.gnome.org/sources/template-glib/${pkgver%.*}/template-glib-${pkgver}.tar.xz"
+source="https://download.gnome.org/sources/template-glib/${pkgver%.*}/template-glib-$pkgver.tar.xz"
build() {
meson \
@@ -30,4 +30,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="00e275c15e7daac4c3cf3cd85d8e0700e8ec504a02b68f46754a8f177c6a2cecbbc9b2b5701c85c94d0c06dfa9b51425b37decfa1f619ccb2c7351c0ce1643e7 template-glib-3.32.0.tar.xz"
+sha512sums="b89cc9890fd80a6858b34139ce1cd2394a43f598629e59f224f4db798a17457be9a2aa8307828af3591108ed6e9a953936a74df15ed1c8c8af2100306db5a497 template-glib-3.34.0.tar.xz"