aboutsummaryrefslogtreecommitdiffstats
path: root/community/libxmlb
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-03 18:44:58 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-03 19:06:25 +0100
commit07407a05b181b0c50614f3fa65e131ea119d5598 (patch)
treecf5c4626107470fe4b538980dafe0c3a4dd064aa /community/libxmlb
parent0a95cf27b24bcd416522236fde74796ce05af78f (diff)
downloadaports-07407a05b181b0c50614f3fa65e131ea119d5598.tar.bz2
aports-07407a05b181b0c50614f3fa65e131ea119d5598.tar.xz
community/libxmlb: upgrade to 0.1.14
This release drops dependency on libuuid which allows us to drop the dependency on 'util-linux-dev'
Diffstat (limited to 'community/libxmlb')
-rw-r--r--community/libxmlb/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libxmlb/APKBUILD b/community/libxmlb/APKBUILD
index 64d854d56d..98d04b2ee1 100644
--- a/community/libxmlb/APKBUILD
+++ b/community/libxmlb/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=libxmlb
-pkgver=0.1.13
+pkgver=0.1.14
pkgrel=0
pkgdesc="Library to help create and query binary XML blobs"
url="https://github.com/hughsie/libxmlb"
arch="all"
license="LGPL-2.1-or-later"
-makedepends="meson glib-dev util-linux-dev gobject-introspection-dev"
+makedepends="meson glib-dev gobject-introspection-dev"
checkdepends="shared-mime-info"
subpackages="$pkgname-dev:_dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/hughsie/libxmlb/archive/$pkgver.tar.gz"
@@ -39,4 +39,4 @@ _dev() {
mv "$pkgdir"/usr/libexec "$subpkgdir"/usr
}
-sha512sums="ae2c043db0c3a9719c1527933e087825068f970bde28bc7b507a6535b51133d463b1dce6c8b02148a555bb28868ab563f7bb01e6324661dac92fab556c9a39b0 libxmlb-0.1.13.tar.gz"
+sha512sums="906340212ce4a515bec81a1b7a5f04539712a48322d7fcff0992f82e5676cdf15c38b0340c28c9eed65a58321e3e17bac641f05bd403504c87599327ba6d4e49 libxmlb-0.1.14.tar.gz"