summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Simons2018-11-18 16:16:45 -0800
committerChris Simons2018-11-18 16:16:45 -0800
commit3ebc545d151ef8f92da5a182ae4b56514dcc39ad (patch)
tree444a1881090e516124468b406cc7ac1649803100
parent9d6940e02fd8e99da8025b9b13a742ba9a7706f4 (diff)
downloadaur-3ebc545d151ef8f92da5a182ae4b56514dcc39ad.tar.gz
removed site-packages/tests
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89b41b309481..c4a6f318b550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=("protonfixes-git")
pkgver=r167.bf49d41
-pkgrel=1
+pkgrel=2
pkgdesc="A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files"
arch=("any")
url="https://github.com/simons-public/protonfixes"
@@ -29,4 +29,5 @@ package() {
cd "${srcdir}/${pkgname}"
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
mv ${pkgdir}/usr/static ${pkgdir}/usr/lib/python*/site-packages/protonfixes/
+ rm -r ${pkgdir}/usr/lib/python*/site-packages/tests
}