git » pyalpm.git » commit 1ea752c

rebuild with python 3.11

author Felix Yan
2023-04-07 10:19:29 UTC
committer Felix Yan
2023-04-07 10:19:29 UTC
parent 976f5f410f45c1e0a39ef3c135e982ed0df6273e

rebuild with python 3.11

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4f3b90e..4fa9175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.10.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"
@@ -24,7 +24,7 @@ build() {
 
 check() {
   cd "${pkgname}"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" pytest
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" pytest
 }
 
 package() {