From 9fd0dfeadaffe6a908d40ea901cca2bcbd2ed150 Mon Sep 17 00:00:00 2001 From: Kreijstal Date: Sun, 7 Jul 2024 08:01:08 +0200 Subject: [PATCH] No SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} either Co-authored-by: Christoph Reiter --- mingw-w64-python-texttable/PKGBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingw-w64-python-texttable/PKGBUILD b/mingw-w64-python-texttable/PKGBUILD index c6a7f15f03..5766775af8 100644 --- a/mingw-w64-python-texttable/PKGBUILD +++ b/mingw-w64-python-texttable/PKGBUILD @@ -20,8 +20,6 @@ sha256sums=('2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638') prepare() { cd "${srcdir}/${_realname}-${pkgver}" - # Set version for setuptools_scm - export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} } build() {