From c3349973396dff6301751e45354039cc090b5578 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 22 Feb 2021 19:38:37 +0100 Subject: [PATCH] main/gpodder-adaptive: upgrade to 3.10.17_git20210220 (MR 1975) The work on an adaptive gpodder UI by tpikonen has continued and is now available in the official gpodder repo as a dedicated branch. This commit updates the package to the latest current version of the branch. --- main/gpodder-adaptive/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/gpodder-adaptive/APKBUILD b/main/gpodder-adaptive/APKBUILD index 032b52e95..e9fa3c5b3 100644 --- a/main/gpodder-adaptive/APKBUILD +++ b/main/gpodder-adaptive/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Johannes Marbach pkgname=gpodder-adaptive -pkgver=3.10.17_git20210121 -_commit=b3cacc0184cc727e9effdafa9e0208213f7ab66e +pkgver=3.10.17_git20210220 +_commit=d7bcf105adeddb96e8f16900f4880290080a3c04 pkgrel=0 pkgdesc="Podcast aggregator" -url="https://github.com/tpikonen/gpodder" +url="https://github.com/gpodder/gpodder/tree/adaptive" arch="noarch" license="GPL-3.0-or-later" depends="python3 py3-gobject3 py3-cairo py3-podcastparser py3-mygpoclient py3-requests py3-dbus xdg-utils" @@ -22,4 +22,4 @@ package() { make install PREFIX=/usr DESTDIR=$pkgdir } -sha512sums="b92e411c62aa71fd3c3250a202dd74337fc1c1fdd51fd0fe9fca91b4e8b5af52c5b4698ba11de855471c1bb8d35c64c9150f176416bd961d75df9b47037c4975 b3cacc0184cc727e9effdafa9e0208213f7ab66e.tar.gz" +sha512sums="90f0981397338796671c7b5a420ae9f4bc8963b62278f230a8956bb80e3662308a159b8e5181e66a487d7bbd7235ca19ea8e5a89b1943daa052f47342ecc3550 d7bcf105adeddb96e8f16900f4880290080a3c04.tar.gz"