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

Jakob Gruber schuay at archlinux.org
Tue Apr 3 16:09:25 UTC 2018


    Date: Tuesday, April 3, 2018 @ 16:09:24
  Author: schuay
Revision: 313979

upgpkg: abcde 2.9.1-3

2.9.1-3

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-03 15:12:56 UTC (rev 313978)
+++ PKGBUILD	2018-04-03 16:09:24 UTC (rev 313979)
@@ -6,7 +6,7 @@
 
 pkgname=abcde
 pkgver=2.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'
@@ -28,6 +28,8 @@
 build() {
   cd "${pkgname}-${pkgver}"
   sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
 }
 
 package() {



More information about the arch-commits mailing list