Package Details: albumbler 20110511-2

Git Clone URL: https://aur.archlinux.org/albumbler.git (read-only, click to copy)
Package Base: albumbler
Description: Like StumbleUpon for your music, it learns what you don't like.
Upstream URL: http://kmkeen.com/albumbler/
Licenses: GPL
Submitter: keenerd
Maintainer: keenerd
Last Packager: keenerd
Votes: 7
Popularity: 0.000000
First Submitted: 2010-08-18 13:04 (UTC)
Last Updated: 2015-06-13 04:13 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

kevinb commented on 2014-10-04 17:11 (UTC)

The correct md5sum for http://kmkeen.com/albumbler/albumbler 1a58edc76d735b3fc4b631602442f472 i guess the code got updated

<deleted-account> commented on 2012-01-16 16:30 (UTC)

there is an error in the script. in line 326 it says "locahost" where it should say "localhost". that causes the script to fail

xduugu commented on 2010-11-22 23:22 (UTC)

Yeah, it works. I wasn't sure about the symlink, but it seems that "install" can handle that. By the way, "cd $srcdir" is not needed since makepkg will always start in $srcdir. Thanks for fixing the PKGBUILD.

keenerd commented on 2010-11-22 22:42 (UTC)

That seems a bit like overkill. Does this one work for you?

xduugu commented on 2010-11-22 22:07 (UTC)

Package fails to build if SRCDEST is set to another directory than $startdir. Fixed version of the build (well, actually package function): package() { local src=$(readlink albumbler) rm albumbler cp -a "$src" albumbler sed -i 's|/usr/bin/env python|/usr/bin/env python2|' albumbler install -D -m 0755 albumbler ${pkgdir}/usr/bin/albumbler }

Barthalion commented on 2010-10-23 18:47 (UTC)

sed -i -e "s,#! /usr/bin/env python,#!/usr/bin/env python2,"