fix package version

This commit is contained in:
Fabian Posch 2024-12-02 15:46:19 +01:00
parent dc8fda670f
commit e50e236aac
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = act-annotate-git
pkgdesc = This package contains SPEF and SDF readers used to back-annotate an ACT design.
pkgver = r40.500495e
pkgver = 0.1.r40.500495e
pkgrel = 1
url = https://github.com/asyncvlsi/annotate
arch = x86_64

View file

@ -5,7 +5,7 @@ pkgname=act-${_pkgname}-git
_basever=0
_patchlvl=1
_gitversion=r40.500495e
pkgver=r40.500495e
pkgver=${_basever}.${_patchlvl}.${_gitversion}
pkgrel=1
pkgdesc="This package contains SPEF and SDF readers used to back-annotate an ACT design."
arch=('x86_64')