bump git version

This commit is contained in:
Fabian Posch 2024-06-07 14:03:30 +02:00
parent 01042a9e14
commit 8f76e49697
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = act-core-git
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
pkgver = 0.0.1.r1865.033b73b
pkgrel = 4
pkgver = 0.1.r1866.3b3d028
pkgrel = 1
url = https://github.com/asyncvlsi/act
arch = x86_64
license = GPL-2.0

View file

@ -1,8 +1,11 @@
# Maintainer: Fabian Posch <aur@posch.tech>
pkgname=act-core-git
pkgver=0.0.1.r1865.033b73b
pkgrel=4
_basever=0
_patchlvl=1
_gitversion=r1866.3b3d028
pkgver=${_basever}.${_patchlvl}.${_gitversion}
pkgrel=1
pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow."
arch=('x86_64')
url="https://github.com/asyncvlsi/act"