summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-07-27 20:04:37 +0200
committershellkr2016-07-27 20:04:37 +0200
commit1dcb3b53d446ebec91e0c4822321915c63e7f2e1 (patch)
tree676824356e126895a6b02b8a8142fc93e6d11422 /PKGBUILD
parent20716b62ebcf5c1df841e4462a6bb17c7961b377 (diff)
downloadaur-1dcb3b53d446ebec91e0c4822321915c63e7f2e1.tar.gz
Upstream added suggestions.py.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43beda186e63..b9144f66c9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ package() {
install -D -m755 TextSuggest.py "$pkgdir/usr/bin/textsuggest"
install -D -m644 languages.py -t "$pkgdir/usr/lib/python3.5/site-packages/"
install -D -m644 fonts.py -t "$pkgdir/usr/lib/python3.5/site-packages/"
+ install -D -m644 suggestions.py -t "$pkgdir/usr/lib/python3.5/site-packages/"
install -D -m644 docs/textsuggest.1 -t "$pkgdir/usr/share/man/man1/"
install -D -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"