Package Details: aegisub-git 3.2.2.r407.6f546951b-5

Git Clone URL: https://aur.archlinux.org/aegisub-git.git (read-only, click to copy)
Package Base: aegisub-git
Description: A general-purpose subtitle editor with ASS/SSA support
Upstream URL: https://aegisub.org
Licenses: GPL, BSD
Conflicts: aegisub
Provides: aegisub
Submitter: alucryd
Maintainer: arch1t3cht
Last Packager: arch1t3cht
Votes: 25
Popularity: 0.000000
First Submitted: 2012-08-27 19:37 (UTC)
Last Updated: 2023-11-22 00:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

sl1pkn07 commented on 2013-12-05 17:02 (UTC)

"What useful information does your pkgver provide?" simple: use program naming for git releases (stable release use other version naming) "feel free to use stable aegisub or write your own PKGBUILD" since years ago "Or better yet, nag upstream so they use proper git tags instead of nagging me." this is applicable for you, no for me Greetings and finish discussion(?) PS: i see you don't like my gift :_(

alucryd commented on 2013-12-05 08:40 (UTC)

sl1pkn07: So what? What useful information does your pkgver provide? Only the last commit sum... Mine provides the latest stable aegisub version, the last commit number and the last commit sum. Now if you think this pkgver is a complete heresy, feel free to use stable aegisub or write your own PKGBUILD. Or better yet, nag upstream so they use proper git tags instead of nagging me.

sl1pkn07 commented on 2013-12-04 19:19 (UTC)

but your code invents a version that does not match real version of program program version: http://i.imgur.com/oC2RjY0.png your pkgver(): http://sl1pkn07.no-ip.com/paste/view/9198d094 my pkgver(): http://sl1pkn07.no-ip.com/paste/view/cff10786 6962 and 16cd907fe7482cb54a7374cd28b8501f138116be is a first commit/hash when move from SVN to GIT. version.sh use this for keep version naming greetings

alucryd commented on 2013-12-04 17:28 (UTC)

sl1pkn07: Look at your command from version.sh, then at mine, I think it's pretty clear why.

sl1pkn07 commented on 2013-12-04 14:13 (UTC)

https://github.com/Aegisub/Aegisub/blob/master/aegisub/build/version.sh then pkgver() { echo $(expr 6962 + $(git log --pretty=oneline 16cd907fe7482cb54a7374cd28b8501f138116be..HEAD 2>/dev/null | wc -l)).$(git symbolic-ref HEAD 2> /dev/null | sed 's|refs/heads/||g').$(git rev-parse --short HEAD) } greetings

sl1pkn07 commented on 2013-12-04 14:00 (UTC)

@Alucryd why no use pkgver() with program version naming? http://i.imgur.com/oC2RjY0.png greetings

alucryd commented on 2013-09-15 22:38 (UTC)

Corubba: I know, I'm the one who updated it.

Corubba commented on 2013-09-15 16:07 (UTC)

ffmpegsource is now replaced by ffms2, please update the PKGBUILD accordingly.