summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Haugh2017-07-10 11:35:13 -0500
committerSean Haugh2017-07-10 11:35:47 -0500
commitf0d103078830c21746b5d67b12c10b796d578b0b (patch)
tree751abfcbfe9f757b5bf16bf6e6556278cbfc4087
parent1ec6b0a4e2527a69f732a3baa33a5ecba7be114a (diff)
downloadaur-f0d103078830c21746b5d67b12c10b796d578b0b.tar.gz
Bump pkgrel and nitpick.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b18ee261e3..d9dd1bbf5ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-git
pkgdesc = An extensible music server written in Python
pkgver = 2.1.0.r36.g616f9ff1
- pkgrel = 2
+ pkgrel = 3
url = http://www.mopidy.com
arch = any
license = APACHE
@@ -15,11 +15,11 @@ pkgbase = mopidy-git
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-ugly
- optdepends = gst-libav: AAC+ and WMA support.
+ optdepends = gst-libav: AAC+ and WMA support
optdepends = mopidy-spotify: Spotify backend
optdepends = mopidy-scrobbler: Last.FM scrobbler
optdepends = mopidy-MPRIS: MPRIS frontend
- provides = mopidy=2.1.0.r36.g616f9ff1-2
+ provides = mopidy=2.1.0.r36.g616f9ff1-3
conflicts = mopidy
source = git+https://github.com/mopidy/mopidy.git
source = mopidy@.service
diff --git a/PKGBUILD b/PKGBUILD
index cea2d9f537c6..cb1459347a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mopidy-git
_gitname=mopidy
pkgver=2.1.0.r36.g616f9ff1
-pkgrel=2
+pkgrel=3
pkgdesc="An extensible music server written in Python"
arch=('any')
url="http://www.mopidy.com"
@@ -20,7 +20,7 @@ depends=('python2'
'gst-plugins-good'
'gst-plugins-ugly')
makedepends=('git')
-optdepends=('gst-libav: AAC+ and WMA support.'
+optdepends=('gst-libav: AAC+ and WMA support'
'mopidy-spotify: Spotify backend'
'mopidy-scrobbler: Last.FM scrobbler'
'mopidy-MPRIS: MPRIS frontend')