summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyfinn2020-01-04 19:27:34 +0000
committertonyfinn2020-01-04 19:27:34 +0000
commit62ade8319cd5836c0ea38e27df2a891dd9ff41c2 (patch)
treeafe77c1108e99d4418fed9a1219f9aad5ee8e534
parent2b80273c0c6b68f2521f7f024b57002a1a2662e5 (diff)
downloadaur-62ade8319cd5836c0ea38e27df2a891dd9ff41c2.tar.gz
Fix PKGBUILD / .SRCINFO mismatch
-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'