Remove dependency on version.sh library file

This commit is contained in:
Eric Torres
2022-10-01 12:38:55 -07:00
parent 7eda5e8c93
commit d598319760
5 changed files with 9 additions and 17 deletions

View File

@ -13,11 +13,6 @@ source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
install=$pkgname.install
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}/bash"
bash version.sh --print
}
package() {
cd "${srcdir}/${pkgname}"