Commit 26a08469 authored by Seblu's avatar Seblu
Browse files

seblu-commit: call pkgver function if exists to compute version

parent eba9f203
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ repo_64="$repo/x86_64"
source /etc/makepkg.conf
source PKGBUILD

[[ $(type -t pkgver) == 'function' ]] && pkgver=$(pkgver)

shopt -s nullglob

msg() {