summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortonyfinn2020-01-04 19:27:34 +0000
committertonyfinn2020-01-04 19:27:34 +0000
commit62ade8319cd5836c0ea38e27df2a891dd9ff41c2 (patch)
treeafe77c1108e99d4418fed9a1219f9aad5ee8e534 /PKGBUILD
parent2b80273c0c6b68f2521f7f024b57002a1a2662e5 (diff)
downloadaur-62ade8319cd5836c0ea38e27df2a891dd9ff41c2.tar.gz
Fix PKGBUILD / .SRCINFO mismatch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'