[arch-commits] Commit in whipper/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Feb 4 18:54:03 UTC 2018


    Date: Sunday, February 4, 2018 @ 18:54:02
  Author: shibumi
Revision: 289021

upgpkg: whipper 0.6.0-1

Changelog:
---------
New Dependencies:
cdparanoia -> libcdio-paranoia
python2-requests

Modified:
  whipper/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 18:50:24 UTC (rev 289020)
+++ PKGBUILD	2018-02-04 18:54:02 UTC (rev 289021)
@@ -8,8 +8,8 @@
 # Contributor: Mantas Mikulėnas <grawity at gmail.com>
 
 pkgname=whipper
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
 arch=('any')
 url="https://github.com/JoeLametta/whipper"
@@ -17,7 +17,7 @@
 depends=(
     'accuraterip-checksum'          # for accuraterip-checksum calculation
     'cddb-py'                       # for showing but not using disc info if not in MusicBrainz (issue #28)
-    'cdparanoia'                    # for the actual ripping
+    'libcdio-paranoia'              # for the actual ripping
     'cdrdao'                        # for session, TOC, pregap, and ISRC extraction
     'libsndfile'                    # for reading wav files (pulls in flac, also required for reading flac files)
     'mutagen'                       # for metadata handling
@@ -26,6 +26,7 @@
     'python2-setuptools'            # for plugin support
     'sox'                           # for track peak detection'
     'python2-gobject2'              # Bugfix FS#54074
+    'python2-requests'
     )
 checkdepends=(
     'python2-twisted'
@@ -32,7 +33,7 @@
     )
 conflicts=('morituri')
 source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('0df0cd9934c344617a15c12f21e333d7b5d270c904d70df9930b24188c5657aed8bedd202acda59990143fafe9c27b2ee880939d034be52259cc143423d04348')
+sha512sums=('50f1c4c31a62aadbabbb14a40b4336dc0191bcd82780ee65e3c054c1e0aec0d3a5970675a4076f18f284821ddb939e584bf8c3d392220b189103c6b6a692691f')
 
 # currently disabled because of failing tests, reported upstream
 #check() {



More information about the arch-commits mailing list