summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 363ea3accb6f..cbe965139059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: bjo@nord-west.org
pkgname=mopidy-podcast
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Mopidy extension for searching and browsing podcasts."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/tkem/mopidy-podcast"
license=('APACHE')
depends=('mopidy>=3.0' python-setuptools python-pykka python-cachetools python-uritools)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tkem/mopidy-podcast/archive/v${pkgver}.tar.gz")
-sha256sums=('d923c61c6ecb1346e87844ae38425dc2dbadc0877205d91105df1e8652a2df5a')
+sha256sums=('ba230e10ec3e771effa375928dcd68b67b88119105ad22d0d2f3c4ce07332d27')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"