Received: from mx.paranoid.email (smtp.paranoid.email [149.154.152.236]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 68023781EA0 for ; Sat, 7 Aug 2021 11:51:34 +0000 (UTC) Received: from [172.19.0.2] (paranoid-filter.vpn [192.168.150.118]) by mx.paranoid.email (Postfix) with ESMTP id 23D533F766 for ; Sat, 7 Aug 2021 11:51:33 +0000 (UCT) Received: from localhost.localdomain (unknown [192.168.150.85]) by mx.paranoid.email (Postfix) with ESMTPSA id 702C23F765 for ; Sat, 7 Aug 2021 11:51:32 +0000 (UCT) From: Neil O'Fix To: alpine-aports@lists.alpinelinux.org Subject: [PATCH] community/siglo: upgrade to 0.8.12 Date: Sat, 7 Aug 2021 13:51:16 +0200 Message-Id: <20210807115116.4480-1-nlfx@paranoid.email> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable add py3-xdg dependency introduced in siglo 0.6.2 --- community/siglo/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/siglo/APKBUILD b/community/siglo/APKBUILD index 0a731a0b4e..710f2c433c 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,4 @@ build() { package() { DESTDIR=3D"$pkgdir" meson install --no-rebuild -C output } -sha512sums=3D"238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8ad= d3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e s= iglo-v0.6.0.tar.gz" +sha512sums=3D"07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a87= 6c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6 s= iglo-v$pkgver.tar.gz" --=20 2.20.1