diff --git a/PKGBUILD b/PKGBUILD index d571784..8d54623 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}" diff --git a/bin/cptemplate b/bin/cptemplate index ebe863a..df72b3e 100755 --- a/bin/cptemplate +++ b/bin/cptemplate @@ -11,12 +11,14 @@ for f in "$LIBDIR"/*.sh; do source "${f}" done +# Constants +VERSION=2.0.0 DEFAULT_TEMPLATE_DIR="$HOME/Templates" # Helper functions function help() { cat <