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=2.8fd8558
|
||||
pkgver=0.r2.8fd8558
|
||||
pkgrel=1
|
||||
pkgdesc='Python module for quickly making certain modifications to images (mingw-w64)'
|
||||
arch=('any')
|
||||
@@ -21,7 +21,7 @@ sha256sums=('SKIP'
|
||||
|
||||
pkgver() {
|
||||
cd $srcdir/PyFastTextureUtils
|
||||
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