pin the git revs

This commit is contained in:
Sarah Ottinger
2021-03-28 11:42:41 -07:00
parent 4f80dcce79
commit 38408d5859
2 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
_realname=pyfasttextureutils
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
pkgrel=1
pkgdesc='Python module for quickly making certain modifications to images (mingw-w64)'
@@ -11,7 +13,8 @@ url="https://github.com/LagoLunatic/PyFastTextureUtils"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "git" "patch")
source=("git+https://github.com/LagoLunatic/PyFastTextureUtils"
_gitcommit=8fd8558f710c537d852ae407a5b316ab8bbb2337
source=("git+https://github.com/LagoLunatic/PyFastTextureUtils#commit=${_gitcommit}"
"minmax.patch")
sha256sums=('SKIP'
'fc49c27aca6cfc6778dee41bca7aa2ef670117ed181e6eef7a0250bf2e16ab56')