diff --git a/PKGBUILD b/PKGBUILD index a6ad336..896148a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,6 +16,7 @@ sha1sums=('SKIP') pkgver() { cd "${srcdir}/${_dirname}" + git checkout 0.7 > /dev/null 2>&1 echo $(head -n 1 ReleaseNotes.md | cut -c2-7) } build() {