summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvangelos Foutras2020-11-09 10:07:41 +0000
committerEvangelos Foutras2020-11-09 10:07:41 +0000
commit053ba2e2a044413e77df1a2346074e6654c5da3a (patch)
tree63e3654c82b23be5c59fea91b790da003427c95d /PKGBUILD
parente77d06c886a848f9ed8840d19903595a119eb029 (diff)
downloadaur-053ba2e2a044413e77df1a2346074e6654c5da3a.tar.gz
Prepare for Python 3.9 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd51b89b4537..26954e5a0d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,5 +29,5 @@ package() {
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
- mv "$pkgdir"/usr/lib/python3.8/site-packages/{,yarg/}tests
+ mv "$pkgdir"/usr/lib/python3.9/site-packages/{,yarg/}tests
}