Browse Source

update pkgbuild

master
TiynGER 7 months ago
parent
commit
941da3f685
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      PKGBUILD

+ 2
- 2
PKGBUILD

@ -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() {

Loading…
Cancel
Save