summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4fa65f87067..304aae828485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-podcast-itunes
pkgdesc = Mopidy-Podcast extension for searching and browsing podcasts on the iTunes Store
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tkem/mopidy-podcast-itunes
arch = any
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 8e75248ec1a8..2a3f8211a55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mopidy-podcast-itunes
_pypiname=Mopidy-Podcast-iTunes
pkgver=3.0.0
-pkgrel=1
+pkgrel=3
pkgdesc="Mopidy-Podcast extension for searching and browsing podcasts on the iTunes Store"
arch=('any')
url="https://github.com/tkem/mopidy-podcast-itunes"
license=('APACHE')
depends=(
'python-setuptools'
- 'python>=3.0',
+ 'python>=3.0'
'mopidy>=3.0'
'mopidy-podcast>=3.0'
'python-pykka>=2.0.1'