summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2021-11-07 22:22:42 +0100
committerTobias Kunze2021-11-07 22:22:42 +0100
commit36dd7dc1daefcd83ceb01eb38fb50375c6cccbdc (patch)
tree593352aa165edf04a618afdc8968c3db403204d3
parent944d10cd1c8fc9121b4982ddc983106d52f9ca49 (diff)
downloadaur-36dd7dc1daefcd83ceb01eb38fb50375c6cccbdc.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ad304893acd..cd78b4d5d16c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python311
pkgdesc = Major release 3.11 of the Python high-level programming language
pkgver = 3.11.0a2
- pkgrel = 1
+ pkgrel = 2
url = https://www.python.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e99a880a387a..1c51e60aeca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python311
pkgver=3.11.0a2
-pkgrel=1
+pkgrel=2
_pyver=3.11.0
_pybasever=3.11
_pymajver=3
@@ -62,7 +62,7 @@ package() {
make DESTDIR="${pkgdir}" altinstall maninstall
# Split tests
- rm -r "$pkgdir"/usr/lib/python*/{test,ctypes/test,distutils/tests,idlelib/idle_test,lib2to3/tests,sqlite3/test,tkinter/test,unittest/test}
+ rm -r "$pkgdir"/usr/lib/python*/{test,ctypes/test,distutils/tests,idlelib/idle_test,lib2to3/tests,tkinter/test,unittest/test}
# Avoid conflicts with the main 'python' package.
rm -f "${pkgdir}/usr/lib/libpython${_pymajver}.so"