manim: fix for new screeninfo

This commit is contained in:
Naveen M K
2021-09-15 17:49:42 +05:30
parent b64b64d6f0
commit 35e3effdbc

View File

@@ -46,6 +46,8 @@ sha512sums=('a382850a3e8b8c40390e20240e0853f58d0b7f3b36e6a354110c6dff63e0633eb45
prepare() {
rm -rf python-build-${CARCH} | true
cp -r "${_realname}-${pkgver}" "python-build-${CARCH}"
cd "python-build-${CARCH}"
sed -i 's/screeninfo>=0.6.7,<0.7.0/screeninfo/' setup.py
}
build() {