diff options
author | Ethan Marshall | 2022-01-15 10:53:18 +0000 |
---|---|---|
committer | Ethan Marshall | 2022-01-15 10:53:18 +0000 |
commit | b60e00f91f53f306e6c16b21c10815ab8680c86e (patch) | |
tree | dae3461c8271feafc39ee6a5bbd76a085466e2f2 | |
parent | 306d7993b82b2e2fc59fd85a896d4036d8c81a23 (diff) | |
download | aur-b60e00f91f53f306e6c16b21c10815ab8680c86e.tar.gz |
update: podbit v1.2.3-1
-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 = 1.2.2 + pkgver = 1.2.3 pkgrel = 1 url = https://github.com/ethanv2/podbit arch = any @@ -9,7 +9,7 @@ pkgbase = podbit depends = mpv depends = ncurses optdepends = newsboat: enqueue podcasts from RSS - source = podbit-1.2.2.tgz::https://github.com/ethanv2/podbit/archive/v1.2.2.tar.gz - md5sums = d1700346a7188d0de88cd13a2edee593 + source = podbit-1.2.3.tgz::https://github.com/ethanv2/podbit/archive/v1.2.3.tar.gz + md5sums = 13366102f505a28f01333892a18cae76 pkgname = podbit @@ -2,7 +2,7 @@ # Upstream : ethanv2 <https://github.com/ethanv2/podbit/> pkgname=podbit -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc='Podboat Improved: A podcast client for your terminal' @@ -15,7 +15,7 @@ optdepends=('newsboat: enqueue podcasts from RSS') makedepends=('go') source=("$pkgname-$pkgver.tgz::$url/archive/v$pkgver.tar.gz") -md5sums=('d1700346a7188d0de88cd13a2edee593') +md5sums=('13366102f505a28f01333892a18cae76') package() { cd "$pkgname-$pkgver" |