diff options
author | Ethan Marshall | 2022-04-22 23:58:46 +0100 |
---|---|---|
committer | Ethan Marshall | 2022-04-22 23:58:46 +0100 |
commit | 36e8b59c5ec53f563a3d3223f3bbfe3985d54d58 (patch) | |
tree | e140ba27301a63b5f660927899070cd2d9a54ff6 | |
parent | de120e9c53575e9bc3da31c66fa97f4cd79771e5 (diff) | |
download | aur-36e8b59c5ec53f563a3d3223f3bbfe3985d54d58.tar.gz |
update: podbit v2.0.2
-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.0.1 + pkgver = 2.0.2 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.0.1.tgz::https://github.com/ethanv2/podbit/archive/v2.0.1.tar.gz - md5sums = 5426690e326b29a7879bd56c1c235fde + source = podbit-2.0.2.tgz::https://github.com/ethanv2/podbit/archive/v2.0.2.tar.gz + md5sums = dbd8d8c7f1c25a9fd022d65818f22634 pkgname = podbit @@ -2,7 +2,7 @@ # Upstream : ethanv2 <https://github.com/ethanv2/podbit/> pkgname=podbit -pkgver=2.0.1 +pkgver=2.0.2 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=('5426690e326b29a7879bd56c1c235fde') +md5sums=('dbd8d8c7f1c25a9fd022d65818f22634') package() { cd "$pkgname-$pkgver" |