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

Christian Rebischke shibumi at archlinux.org
Tue Oct 23 23:37:05 UTC 2018


    Date: Tuesday, October 23, 2018 @ 23:37:05
  Author: shibumi
Revision: 398738

upgpkg: whipper 0.7.1-1

new project url and removed cddbpy dependency

Modified:
  whipper/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 22:59:36 UTC (rev 398737)
+++ PKGBUILD	2018-10-23 23:37:05 UTC (rev 398738)
@@ -8,15 +8,14 @@
 # Contributor: Mantas Mikulėnas <grawity at gmail.com>
 
 pkgname=whipper
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
 arch=('any')
-url="https://github.com/JoeLametta/whipper"
+url="https://github.com/whipper-team/whipper"
 license=('GPL3')
 depends=(
     'accuraterip-checksum'          # for accuraterip-checksum calculation
-    'cddb-py'                       # for showing but not using disc info if not in MusicBrainz (issue #28)
     '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)
@@ -33,7 +32,7 @@
     )
 conflicts=('morituri')
 source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('b4bf4ca64521d8600288addecec6cbd8e43d1ff9a6b9a60872eff1bd5a2b6966af036d6467ba09273ac78aa01d8cac3be29a0e2c4e6600829b9988a74ef8cd88')
+sha512sums=('75a6e4dc4f482f7a370e269efb9541fb0870b59c50c485ebe4585479450322ace63d829523e864ddf15187b868b99ebf8bfa4ca6cbfdbe925d6cb09ed9be80c4')
 
 check() {
     cd "$srcdir/${pkgname}-${pkgver}"



More information about the arch-commits mailing list