corrected pkgver()
This commit is contained in:
@@ -18,8 +18,7 @@ backup=('etc/conf.d/ebusd')
|
|||||||
source=("https://github.com/john30/${pkgname}/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/john30/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$_gitname"
|
cat "${srcdir}/${pkgname}-${pkgver}/VERSION"|sed -e 's#-#_#g'
|
||||||
cat VERSION|sed -e 's#-#_#g'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user