[arch-commits] Commit in abcde/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Apr 26 09:04:58 UTC 2017
Date: Wednesday, April 26, 2017 @ 09:04:57
Author: arodseth
Revision: 225642
upgpkg: abcde 2.8.1-2
Modified:
abcde/trunk/PKGBUILD
----------+
PKGBUILD | 26 +++++++++++---------------
1 file changed, 11 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-26 09:04:33 UTC (rev 225641)
+++ PKGBUILD 2017-04-26 09:04:57 UTC (rev 225642)
@@ -6,15 +6,14 @@
pkgname=abcde
pkgver=2.8.1
-pkgrel=1
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go.'
+pkgrel=2
+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='http://abcde.einval.com'
+url='https://abcde.einval.com/'
license=('GPL')
depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
optdepends=('cdparanoia: Paranoia ripping support'
'cdrkit: icedax ripping support'
- 'eject: Eject support'
'flac: FLAC encoding support'
'id3: ID3 v1 tag support'
'lame: MP3 encoding support'
@@ -23,25 +22,22 @@
'perl-webservice-musicbrainz: musicbrainz support (AUR)'
'vorbisgain: Ogg Vorbis normalization support')
backup=("etc/${pkgname}.conf")
-source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz"
- "http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign"
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}
'fix-mp3-tagging.patch')
validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
'742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, Andrew Strong
+sha256sums=('e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39'
+ 'SKIP'
+ 'cfe94785801cf53828d262fe3ed4894065afcc50f5db5ceb2bb2d77d63514d95')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
- patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
- sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+ patch -Np0 < "${srcdir}/fix-mp3-tagging.patch"
+ sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
+ make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr sysconfdir=/etc install
}
-md5sums=('29c9819f83615d71eda3489fd3fc5d43'
- 'SKIP'
- 'c3975dc8389ff2edba6684bbc378d97d')
More information about the arch-commits
mailing list