diff options
author | Ethan Marshall | 2022-08-04 21:07:31 +0100 |
---|---|---|
committer | Ethan Marshall | 2022-08-04 21:07:31 +0100 |
commit | c65c77b4b371c6410e3a4eedc1257cc523eb475a (patch) | |
tree | d54a0b46381943ebc71c3576d602b6c9a670ac60 | |
parent | 2f9534dc390ba88990b4a3508ae2fd826a4b193a (diff) | |
download | aur-c65c77b4b371c6410e3a4eedc1257cc523eb475a.tar.gz |
major update: podbit v3.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = podbit pkgdesc = Podboat Improved: A podcast client for your terminal - pkgver = 2.1 + pkgver = 3.0 pkgrel = 1 url = https://github.com/ethanv2/podbit arch = any @@ -11,7 +11,7 @@ pkgbase = podbit optdepends = newsboat: enqueue podcasts from RSS optdepends = yt-dlp: download podcasts from video sites optdepends = youtube-dl: download podcasts from video sites - source = podbit-2.1.tgz::https://github.com/ethanv2/podbit/archive/v2.1.tar.gz - md5sums = 5ee8d20ca7dde2ed5e224e4cc9bd495e + source = podbit-3.0.tgz::https://github.com/ethanv2/podbit/archive/v3.0.tar.gz + md5sums = 46ac2afc8302be0356a48cd1177d9eaf pkgname = podbit @@ -2,7 +2,7 @@ # Upstream : ethanv2 <https://github.com/ethanv2/podbit/> pkgname=podbit -pkgver=2.1 +pkgver=3.0 pkgrel=1 pkgdesc='Podboat Improved: A podcast client for your terminal' @@ -17,7 +17,7 @@ optdepends=('newsboat: enqueue podcasts from RSS' makedepends=('go') source=("$pkgname-$pkgver.tgz::$url/archive/v$pkgver.tar.gz") -md5sums=('5ee8d20ca7dde2ed5e224e4cc9bd495e') +md5sums=('46ac2afc8302be0356a48cd1177d9eaf') package() { cd "$pkgname-$pkgver" |