bump git version
This commit is contained in:
parent
01042a9e14
commit
8f76e49697
2 changed files with 7 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = act-core-git
|
pkgbase = act-core-git
|
||||||
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
|
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
|
||||||
pkgver = 0.0.1.r1865.033b73b
|
pkgver = 0.1.r1866.3b3d028
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://github.com/asyncvlsi/act
|
url = https://github.com/asyncvlsi/act
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0
|
license = GPL-2.0
|
||||||
|
|
|
||||||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,8 +1,11 @@
|
||||||
# Maintainer: Fabian Posch <aur@posch.tech>
|
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||||
|
|
||||||
pkgname=act-core-git
|
pkgname=act-core-git
|
||||||
pkgver=0.0.1.r1865.033b73b
|
_basever=0
|
||||||
pkgrel=4
|
_patchlvl=1
|
||||||
|
_gitversion=r1866.3b3d028
|
||||||
|
pkgver=${_basever}.${_patchlvl}.${_gitversion}
|
||||||
|
pkgrel=1
|
||||||
pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow."
|
pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/asyncvlsi/act"
|
url="https://github.com/asyncvlsi/act"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue