Commit 2fa7c681 authored by Seblu's avatar Seblu
Browse files

Use history lengh as pkgver in PKGBUILD

parent 50f19248
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer

pkgname=aurbot-git
pkgver=$(git log --pretty=format:''|wc -l)
#pkgver=$(git log -1 --pretty=format:%h)
pkgver=$(date +%y%j%H%M)
#pkgver=$(date +%y%j%H%M)
pkgrel=1
pkgdesc='AUR Builder Bot'
arch=('any')