summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2021-11-29 20:18:52 +0000
committerEvangelos Foutras2021-11-29 20:18:52 +0000
commitb95ac3071054ab3bf4c1f3c4f82409608b335c9f (patch)
tree729ea96ab6f41af924b843fe09235be764797df3
parentaed269170a9fda6b42d314fc4d84e339f3a15aff (diff)
downloadaur-b95ac3071054ab3bf4c1f3c4f82409608b335c9f.tar.gz
Prepare for Python 3.10 rebuild
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba08ff2a2566..1958b864d360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,5 +29,5 @@ package() {
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
- mv "$pkgdir"/usr/lib/python3.9/site-packages/{,yarg/}tests
+ mv "$pkgdir"/usr/lib/python3.10/site-packages/{,yarg/}tests
}