removed git command in prep function

This commit is contained in:
Ezri Brimhall 2025-11-17 14:26:36 -07:00
parent a872788c05
commit 8698eda9ac
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

View File

@ -14,10 +14,6 @@ sha256sums=('da1693eb572fed95d73080fcf70c04344ba8bf7bbdb4edc3154f0fab9b80a289')
conflicts=($_pkgname)
provides=($_pkgname)
prepare() {
git -C "${srcdir}/${_pkgname}" clean -dfx
}
build() {
cd $_pkgname
python -m build --wheel --no-isolation