summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeitsab Esrevart2020-12-12 03:43:03 +0100
committerNeitsab Esrevart2020-12-12 03:48:39 +0100
commitfb5f4446f2bcf7766c6cd31519bc01400bfea8e4 (patch)
tree3212bbe6e5496edd097601f2381441b3d8c233a8
parentb3784ebef67882372ccb24f3d16d130fe31de492 (diff)
downloadaur-fb5f4446f2bcf7766c6cd31519bc01400bfea8e4.tar.gz
Add python-discid dependency
Added upstream with https://github.com/whipper-team/whipper/commit/8c41f4ddb3c37cfa104e702636948effc93c3b57 (Thanks @pauper)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08409379a303..ae14a026ad51 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.dev53+g3b269e7
+ pkgver = 0.9.1.dev105+ge598727
pkgrel = 1
url = https://github.com/whipper-team/whipper
arch = any
@@ -12,6 +12,7 @@ pkgbase = whipper-git
depends = flac
depends = libcdio-paranoia
depends = libsndfile
+ depends = python-discid
depends = python-mutagen
depends = python-musicbrainzngs
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index b73a95c4799f..236122ad4623 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.dev53+g3b269e7
+pkgver=0.9.1.dev105+ge598727
pkgrel=1
pkgdesc='A Unix CD ripper aiming for accuracy over speed -- forked from morituri'
arch=('any')
@@ -19,6 +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-mutagen' # for metadata handling
'python-musicbrainzngs' # for metadata lookup
'python-gobject'