aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-13 12:34:44 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-15 21:31:08 +0100
commit5e426909847837ccdc541fa3277983b5547b976a (patch)
tree88fd600d348728ab5ce13f7b45bd211f50757f27
parent13f45de31fe6aa6dd1f56686f7c28c532da2d703 (diff)
community/libhandy: upgrade to 0.0.12
-rw-r--r--community/libhandy/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD
index 46721860afa..10fe02d17cb 100644
--- a/community/libhandy/APKBUILD
+++ b/community/libhandy/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libhandy
-pkgver=0.0.11
-pkgrel=1
+pkgver=0.0.12
+pkgrel=0
pkgdesc="Library full of GTK+ widgets for mobile phones"
url="https://source.puri.sm/Librem5/libhandy"
arch="all !s390x" # Limited by 'ibus'
license="LGPL-2.0-or-later"
makedepends="meson glib-dev gtk+3.0-dev vala py3-setuptools gobject-introspection-dev
glade-dev"
-checkdepends="xvfb-run"
+checkdepends="xvfb-run ibus"
subpackages="$pkgname-dev"
source="https://source.puri.sm/Librem5/libhandy/-/archive/v$pkgver/libhandy-v$pkgver.tar.gz
skip-test.patch"
@@ -44,5 +44,5 @@ dev() {
mv "$pkgdir"/usr/lib/glade/modules "$subpkgdir"/usr/share
}
-sha512sums="af415917905bedbe33abfc613e9c3eeaaffe22ef142bb39236d2ff5f78dd3487355f8f9232b616523508a3da0cbcf31470c50fa208e383c688148e12dac89dc6 libhandy-v0.0.11.tar.gz
+sha512sums="f83675179e7cc587c36d2bf4e57dc6254609c607af38f2d3392d8234d58de228f63f96782dcd96fcf61f94c0bd7a71f94790ea0fecacace7aec952279a2e25c8 libhandy-v0.0.12.tar.gz
e67a51b2985d27f1ed259773060e7df1430f7529f6cef69b1a240f97bfdccb73bd97303b96e209daa2ff7d31094f290986a663d4c7919b4799ec333b8e06a83f skip-test.patch"