Package Details: beets-git 2.2.0.r225.ga1c0ebdee-1

Git Clone URL: https://aur.archlinux.org/beets-git.git (read-only, click to copy)
Package Base: beets-git
Description: Flexible music library manager and tagger - git version
Upstream URL: https://beets.io/
Licenses: MIT
Conflicts: beets
Provides: beets
Submitter: demize
Maintainer: alex19EP (schan)
Last Packager: alex19EP
Votes: 23
Popularity: 0.002335
First Submitted: 2013-06-14 20:07 (UTC)
Last Updated: 2025-01-27 12:20 (UTC)

Dependencies (54)

Required by (12)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

Freso commented on 2014-12-20 09:56 (UTC)

`printf "%s" "command"` is the same as just using `command` straight up, so "git describe --tags --long | sed 's/^[v]//;s/-/-r/' | tr - ." would work fine - although I would probably rather go with something similar to what is listed on the wiki (https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git): git describe --long | sed -r 's/^v-//;s/([^-]*-g)/r\1/;s/-/./g' Also, please upload a PKGBUILD which actually has the $pkgver in the "new" format. Otherwise tools such as yaourt will always think that there's a newer version available since 20130930.787918f-1 > 1.3.9.r93.g01bb6fa-1.

asampson commented on 2013-10-20 20:05 (UTC)

@Kyrias: Good call on all counts. I've stolen your suggested pkgver implementation wholesale.

demize commented on 2013-10-20 17:43 (UTC)

Hey, could you switch the echo statement in the pkgver() function to something like printf "%s" "$(git describe --tags --long | sed 's/^[v]//;s/-/-r/' | tr - .)" to generate cleaner and logical version numbers instead of the current ones. This one makes them in the form of "1.3.1.r35.gc82cd29" (Last tag, number of commits since the last tag, and the commit SHA). You should also switch the maintainer and contributor lines since you're the maintainer now.

asampson commented on 2013-09-30 18:28 (UTC)

@mkraemer Thanks; PKGBUILD updated.

mkraemer commented on 2013-09-30 12:41 (UTC)

python2-distribute seems to be replaced by python2-setuptools

alucryd commented on 2013-08-18 23:14 (UTC)

Merging into beets-git.

demize commented on 2013-08-17 14:46 (UTC)

I don't mind, just made this since there wasn't a git one.

alucryd commented on 2013-07-29 20:58 (UTC)

Kyrias: I'll be merging beets-hg into this, asampson, beets' author, would like to cater to the git version (the repo is now officially hosted on github). Do you mind if I disown the package so he can take it over?