Commit 47c863fd authored by Seblu's avatar Seblu
Browse files

PKBUILD git package now use incremental version

parent 1827fb0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer

pkgname=aurbot-git
pkgver=$(git log -1 --pretty=format:%h)
#pkgver=$(git log -1 --pretty=format:%h)
pkgver=$(date +%y%j%H%M)
pkgrel=1
#pkgrel=$(date +%s)
pkgdesc='AUR Builder Bot'
arch=('any')
url='https://github.com/seblu/aurbot'