No SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} either

Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
This commit is contained in:
Kreijstal
2024-07-07 08:01:08 +02:00
committed by GitHub
parent f1fb679409
commit 9fd0dfeada

View File

@@ -20,8 +20,6 @@ sha256sums=('2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
# Set version for setuptools_scm
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}
}
build() {