update pkgbuild

This commit is contained in:
TiynGER 2020-05-06 12:36:14 +02:00
parent dcb8bc7049
commit 941da3f685
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Maintainer: Marten Kante <tiyn@martenkante.eu> # Maintainer: Marten Kante <tiyn@martenkante.eu>
pkgname=st-tiyn-git pkgname=st-tiyn-git
pkgver=4.9.r33.7b261b6 pkgver=0.8.3
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="This is the st build of tiyn. It includes the alpha, anysize, font2, scrollback patches." pkgdesc="This is the st build of tiyn. It includes the alpha, anysize, font2, scrollback patches."
@ -31,7 +31,7 @@ validpgpkeys=()
pkgver() { pkgver() {
cd "${_pkgname}" cd "${_pkgname}"
printf "4.9.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" printf "0.8.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
} }
build() { build() {