fix it again

This commit is contained in:
shark 2019-04-28 14:38:37 -05:00
parent 72c4f47891
commit f9c668747c

View File

@ -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() {