summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535fa1077825..166a7ddc272b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Luna Jernberg <droidbittin@gmail.com>
# Contributor: willemw <willemw12@gmail.com>
pkgname='castero'
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='TUI podcast client for the terminal'
arch=('any')
@@ -18,7 +19,7 @@ depends=('python-beautifulsoup4'
'python-vlc')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('53df64e3dfa407c78c46907339d068b3649be62fc9f3a3ce76a803658843f88d')
+sha256sums=('0615e8809e66e51f87a7e4e7e8ce3ab5542e7fdd68b22df31ec2cdd5f8e103a9')
build() {
cd "${pkgname}-${pkgver}"