comment out pkgver function as it is

meanningless now
This commit is contained in:
David Xu 2023-12-16 00:21:20 +08:00 committed by archos
parent 1e8e9f3808
commit b3118b6010

View File

@ -20,10 +20,10 @@ sha256sums=(
'c7290f2a70d48f7bdd09bee985534d3511ec00d091887b07f81cf1e08f74c145' 'c7290f2a70d48f7bdd09bee985534d3511ec00d091887b07f81cf1e08f74c145'
'SKIP') 'SKIP')
pkgver() { #pkgver() {
cd $_pkgname # cd $_pkgname
git describe --tags | sed 's/^V_\|^v//;s/_/./g;s/-/.r/;s/-/./' # git describe --tags | sed 's/^V_\|^v//;s/_/./g;s/-/.r/;s/-/./'
} #}
prepare() { prepare() {
libfpcbep_path=$(find . -name 'libfpcbep.so') libfpcbep_path=$(find . -name 'libfpcbep.so')