summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Traverse2016-08-28 16:32:46 +0200
committerBastien Traverse2016-08-28 16:32:46 +0200
commit400272028466c80b3472bb60b34ddd395f7bb560 (patch)
tree39678f6f9e3ba467fd39c9f09f57e19ff240dc99
parent7ef1db34cea078e4b2db909d20cbcb5f6821cfa9 (diff)
downloadaur-400272028466c80b3472bb60b34ddd395f7bb560.tar.gz
Move python2-pycdio to required dependency
Per author request: https://github.com/JoeLametta/whipper/issues/23#issuecomment-242924194
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 108670df4f7e..be99670d5b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 22:41:05 UTC 2016
+# Sun Aug 28 14:28:51 UTC 2016
pkgbase = whipper-git
pkgdesc = A Unix CD ripper aiming for accuracy over speed -- forked from morituri
pkgver = 0.2.3.r43.g89f3ba3
@@ -17,9 +17,9 @@ pkgbase = whipper-git
depends = gstreamer0.10-base-plugins
depends = gstreamer0.10-good-plugins
depends = gstreamer0.10-python
+ depends = python2-pycdio
optdepends = cddb-py: for showing but not using disc info if not in MusicBrainz
optdepends = python2-musicbrainzngs: for metadata lookup
- optdepends = python2-pycdio: for storing drive identification in config file
optdepends = python2-setuptools: for plugin support
provides = morituri
conflicts = morituri
diff --git a/PKGBUILD b/PKGBUILD
index 9f2b61fd8168..be03cccc0dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=whipper-git
_gitname=whipper
-pkgver=0.2.3.r43.g89f3ba3
+pkgver=0.2.3.r77.g3881079
pkgrel=1
pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
arch=('any')
@@ -21,6 +21,7 @@ depends=(
'gstreamer0.10-base-plugins' # for appsink
'gstreamer0.10-good-plugins' # for wav encoding
'gstreamer0.10-python' # for encoding
+ 'python2-pycdio' # for storing drive identification in config file
)
makedepends=(
'git'
@@ -31,7 +32,6 @@ makedepends=(
optdepends=(
'cddb-py: for showing but not using disc info if not in MusicBrainz'
'python2-musicbrainzngs: for metadata lookup'
- 'python2-pycdio: for storing drive identification in config file'
'python2-setuptools: for plugin support'
)
provides=('morituri')