summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Yan2019-05-25 18:50:57 +0000
committerFelix Yan2019-05-25 18:50:57 +0000
commit8c2a59fdbdc8f7dc3f4c9a40394ed23bf172f8d4 (patch)
tree2b2919fb8500f41da117f7077688f4af06a22c55 /PKGBUILD
parentc7ca2f494d3b01ecf682307f3c7138ece5f44fc2 (diff)
downloadaur-8c2a59fdbdc8f7dc3f4c9a40394ed23bf172f8d4.tar.gz
fix tests/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0f13c74956b..ef3a524d5e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-yarg
pkgver=0.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
url="https://github.com/kura/yarg"
license=('MIT')
@@ -28,4 +28,6 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+ mv "$pkgdir"/usr/lib/python3.7/site-packages/{,yarg/}tests
}