photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit bf93f019255c6ec38549d4ad61af062c05422ce6
parent c2d5d853f91e3101c626c8568cd1a5ae0e298e35
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 29 Jul 2020 20:20:13 +0200

update PKGBUILD for auto-update version

Diffstat:
MPKGBUILD | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -12,6 +12,9 @@ options=(!strip) source=('phosta') sha256sums=('SKIP') +pkgver() { + printf "%s" "$(git describe --abbrev=0)" +} package() { mkdir -p "${pkgdir}/usr/bin"