summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2021-05-16 14:32:46 +0200
committerFrederik “Freso” S. Olesen2021-05-16 14:32:46 +0200
commit4da20447494094157aab502c0bc26a3652ba347c (patch)
treed83003dd511a5e28ea880516459d7aba59944ace
parentfb5f4446f2bcf7766c6cd31519bc01400bfea8e4 (diff)
downloadaur-4da20447494094157aab502c0bc26a3652ba347c.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae14a026ad51..d642be909d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whipper-git
pkgdesc = A Unix CD ripper aiming for accuracy over speed -- forked from morituri
- pkgver = 0.9.1.dev105+ge598727
+ pkgver = 0.9.1.dev135+gb6338b2
pkgrel = 1
url = https://github.com/whipper-team/whipper
arch = any
@@ -8,6 +8,7 @@ pkgbase = whipper-git
checkdepends = python-twisted
makedepends = git
makedepends = python-setuptools-scm
+ makedepends = python-docutils
depends = cdrdao
depends = flac
depends = libcdio-paranoia
@@ -20,6 +21,7 @@ pkgbase = whipper-git
depends = python-ruamel-yaml
depends = python-setuptools
depends = sox
+ optdepends = python-pillow: for complete cover art support
provides = whipper
provides = accuraterip-checksum
conflicts = whipper
diff --git a/PKGBUILD b/PKGBUILD
index 236122ad4623..db38f691b731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Based on community/morituri and aur/morituri-git PKGBUILDs
pkgname=whipper-git
-pkgver=0.9.1.dev105+ge598727
+pkgver=0.9.1.dev135+gb6338b2
pkgrel=1
pkgdesc='A Unix CD ripper aiming for accuracy over speed -- forked from morituri'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
'flac' # for reading flac files
'libcdio-paranoia' # for the actual ripping
'libsndfile' # for reading wav files
- 'python-discid' # for calculating Musicbrainz disc id
+ 'python-discid' # for calculating MusicBrainz Disc IDs
'python-mutagen' # for metadata handling
'python-musicbrainzngs' # for metadata lookup
'python-gobject'
@@ -31,6 +31,10 @@ depends=(
makedepends=(
'git'
'python-setuptools-scm' # for VCS(/SCM) versioning
+ 'python-docutils' # for building man pages
+ )
+optdepends=(
+ 'python-pillow: for complete cover art support'
)
checkdepends=(
'python-twisted'