diff --git a/common/snigdhaos-system-config/PKGBUILD b/common/snigdhaos-system-config/PKGBUILD index 66e12fe6..f2aa8980 100644 --- a/common/snigdhaos-system-config/PKGBUILD +++ b/common/snigdhaos-system-config/PKGBUILD @@ -20,7 +20,7 @@ provides=("${pkgname}") options=( !strip !emptydirs ) source=(${pkgname}::"git+https://github.com/${org}/${_pkgname}") sha256sums=('SKIP') -install='${pkgname}.install' +install=$pkgname.install pkgver(){ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"