diff --git a/mingw-w64-python-pyfastbti-git/PKGBUILD b/mingw-w64-python-pyfastbti-git/PKGBUILD index 2d21303c7d..19b3542422 100644 --- a/mingw-w64-python-pyfastbti-git/PKGBUILD +++ b/mingw-w64-python-pyfastbti-git/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}-git") conflicts=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.da01c14 +pkgver=0.r3.da01c14 pkgrel=1 pkgdesc='Python module for quickly handling BTI image files (mingw-w64)' arch=('any') @@ -19,7 +19,7 @@ sha256sums=('SKIP') pkgver() { cd $srcdir/PyFastBTI - printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } prepare() {