From 941da3f685e6c77f5caa05b91658f02200d95e90 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Wed, 6 May 2020 12:36:14 +0200 Subject: [PATCH] update pkgbuild --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3e3d161..a289a1a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Marten Kante pkgname=st-tiyn-git -pkgver=4.9.r33.7b261b6 +pkgver=0.8.3 pkgrel=1 epoch= pkgdesc="This is the st build of tiyn. It includes the alpha, anysize, font2, scrollback patches." @@ -31,7 +31,7 @@ validpgpkeys=() pkgver() { 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() {