Update PKGBUILD
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user