Commit b8dce7ff authored by Seblu's avatar Seblu
Browse files

Only use git to compute version

parent 7806b539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer

pkgname=archrepo-git
pkgver=$(git log --pretty=format:''|wc -l)
pkgver=$(git rev-list --count master)
pkgrel=$(date +%y%m%d%H%M)
pkgdesc='Seblu Archlinux Repositories Stuff'
arch=('any')