Package Details: unrarall-git 0.0.0-2

Package Base: unrarall-git
Description: unrarall is a utility to unrar and clean up various files (.e.g. rar files).
Upstream URL: https://github.com/arfoll/unrarall
Category: system
Licenses: GPL3
Submitter: Holzhaus
Maintainer: Holzhaus
Last Packager: None
Votes: 2
First Submitted: 2014-03-24 12:50
Last Updated: 2014-03-24 12:59

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by dryes

2015-04-06 15:35

Hi, the pkgver() function seems to always cause this package to update when running -Syua.


This seems to fix it:

pkgver() {
cd "${pkgname%-git}"
echo $(git rev-list --count master)
}


Thanks.