fix PKGBUILD

This commit is contained in:
Brent Carmer 2019-09-05 14:48:55 -07:00
parent a441b0beaa
commit 04e59901f1

View file

@ -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"