Search Criteria
Package Details: finetune 1.3-1
Git Clone URL: | https://aur.archlinux.org/finetune.git (read-only) |
---|---|
Package Base: | finetune |
Description: | Audio tagger, fix song information, cover art, lyrics, remove duplicate and missing tracks from your library. |
Upstream URL: | http://flavio.tordini.org/finetune |
Licenses: | |
Submitter: | goetzc |
Maintainer: | None |
Last Packager: | FredBezies |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2017-02-12 14:11 |
Last Updated: | 2017-11-12 18:29 |
Latest Comments
thetotalchaos commented on 2017-10-27 16:20
# A working PKGBUILD, updated 27.10.2017
pkgname=finetune
pkgver=1.3
pkgrel=1
pkgdesc="Audio tagger, fix song information, cover art, lyrics, remove duplicate and missing tracks from your library".
arch=('x86_64')
url="http://flavio.tordini.org/finetune"
license=('custom')
depends=('chromaprint' 'taglib' 'hicolor-icon-theme' 'qt5-base')
source=("${pkgname}-${pkgver}.deb::http://flavio.tordini.org/files/${pkgname}/${pkgname}.deb")
sha256sums=('f7a414b33113873a5ff38127092b63e714401c43d5089fb69b495328100b947e')
package() {
tar -Jxvf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}"/usr/share/doc/finetune/copyright \
"${pkgdir}"/usr/share/licenses/${pkgname}/copyright
}
jawz101 commented on 2017-06-24 01:36
latest hash is f7a414b33113873a5ff38127092b63e714401c43d5089fb69b495328100b947e
click download snapshot
edit the PKGBUILD with this sha256sum instead of the current one
9c0c629859fb2707afa81c3f54416e50a604b391cf031cf7d83036825327acb7
... as of this writing
Then put it back into the .gz file
next,
tar -xvf finetune.tar.gz
cd finetune
makepkg -si
should install
tblu commented on 2017-05-22 06:36
it does not pass sha256sums validation.