git » pyalpm.git » commit 40eed63

Prepare for Python 3.8 rebuild

author Evangelos Foutras
2019-10-25 13:07:52 UTC
committer Evangelos Foutras
2019-10-25 13:07:52 UTC
parent 989af89cc7e843cf48bdfecdf3ce5093eb31d22c

Prepare for Python 3.8 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 51fac14..be9783a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
 
 check() {
   cd ${srcdir}/${pkgname}
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7" pytest
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8" pytest
 }
 
 package() {