From 40c419aba9a65f59bfe105a42e8a7ccff653f55f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 29 Mar 2021 17:14:53 +0200 Subject: [PATCH] Update PKGBUILD --- mingw-w64-python-pyfastbti-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {