Received: from mx.paranoid.email (smtp.paranoid.email [149.154.152.236]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 6D844781ABC for ; Sun, 8 Aug 2021 14:59:29 +0000 (UTC) Received: from [172.19.0.2] (paranoid-filter.vpn [192.168.150.118]) by mx.paranoid.email (Postfix) with ESMTP id D164A3F76F for ; Sun, 8 Aug 2021 14:59:28 +0000 (UCT) Received: from localhost.localdomain (unknown [192.168.150.85]) by mx.paranoid.email (Postfix) with ESMTPSA id 94ECC3F76E for ; Sun, 8 Aug 2021 14:54:55 +0000 (UCT) From: Neil O'Fix To: alpine-aports@lists.alpinelinux.org Subject: [PATCH v2] community/siglo: upgrade to 0.8.12 Date: Sun, 8 Aug 2021 16:54:43 +0200 Message-Id: <20210808145443.1284-1-nlfx@paranoid.email> In-Reply-To: <162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local> References: <162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable add py3-xdg dependency introduced in siglo 0.6.2 --- Changes v1 -> v2: - sha512 checksum generated with `abuild checksum` Sorry for the double merge request, I forgot to add the In-Reply-To header in my patch v2 email. I hope this one is correct. Closes !24024 community/siglo/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/siglo/APKBUILD b/community/siglo/APKBUILD index 0a731a0b4e..def2551b0d 100644 --- a/community/siglo/APKBUILD +++ b/community/siglo/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Martijn Braam # Contributor: Martijn Braam +# Contributor: Neil O'Fix pkgname=3Dsiglo -pkgver=3D0.6.0 +pkgver=3D0.8.12 pkgrel=3D0 pkgdesc=3D"GTK app to sync InfiniTime watch with PinePhone" url=3D"https://github.com/alexr4535/siglo" arch=3D"noarch" license=3D"MPL-2.0" -depends=3D"python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-= gatt py3-requests" +depends=3D"python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-= gatt py3-requests py3-xdg" makedepends=3D"glib-dev meson" source=3D"https://github.com/alexr4535/siglo/archive/v$pkgver/siglo-v$pk= gver.tar.gz" options=3D"!check" # There's no testsuite @@ -20,4 +21,6 @@ build() { package() { DESTDIR=3D"$pkgdir" meson install --no-rebuild -C output } -sha512sums=3D"238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8ad= d3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e s= iglo-v0.6.0.tar.gz" +sha512sums=3D" +07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcb= b07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6 siglo-v0.8.12.t= ar.gz +" --=20 2.20.1