Update to 0.6.4

This commit is contained in:
Joseph Donofry 2019-05-23 21:54:33 -04:00
parent f7723b905c
commit f002961f21
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ prepare() {
pkgver() {
cd "$pkgname"
printf "0.6.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.6.4.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {