fix PKGBUILD
This commit is contained in:
parent
a441b0beaa
commit
04e59901f1
1 changed files with 6 additions and 6 deletions
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,12 +1,12 @@
|
||||||
# Maintainer: Brent Carmer <bcarmer@gmail.com>
|
# Maintainer: Brent Carmer <bcarmer@gmail.com>
|
||||||
_pkgname=abc
|
_pkgname=abc
|
||||||
pkgname=$_pkgname-hg
|
pkgname=$_pkgname-git
|
||||||
|
|
||||||
pkgver=r.
|
pkgver=1.01
|
||||||
pkgver() {
|
# pkgver() {
|
||||||
cd "$_pkgname"
|
# cd "$_pkgname"
|
||||||
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
|
# git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
|
||||||
}
|
# }
|
||||||
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="System for Sequential Logic Synthesis and Formal Verification"
|
pkgdesc="System for Sequential Logic Synthesis and Formal Verification"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue