summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2019-06-11 16:54:56 +0200
committerJose Riha2019-06-11 16:54:56 +0200
commitb66d0f829ed02bf1326326d8b4f865cc4b494f39 (patch)
tree572796a9ccc41d28989021ce16e581c291aed91b /PKGBUILD
parentd0a4ed4165ace86bdb4ce9070ca5eecb44f84300 (diff)
downloadaur-b66d0f829ed02bf1326326d8b4f865cc4b494f39.tar.gz
Remove parse_log.py from PKGBUILD (thanks @bartsch)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f55291adde7a..bca8bc2fdee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=tuhi-git
-pkgver=20190503
+pkgver=20190608
pkgrel=1
pkgdesc="DBus daemon to access Wacom SmartPad devices"
arch=('any')
@@ -22,7 +22,6 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
install -Dm755 tools/tuhi-live.py "${pkgdir}/usr/bin/tuhi-live.py"
install -Dm755 tools/tuhi-kete-sandboxed.py "${pkgdir}/usr/bin/tuhi-kete-sandboxed.py"
- install -Dm755 tools/parse_log.py "${pkgdir}/usr/bin/parse_log.py"
install -Dm755 tools/kete.py "${pkgdir}/usr/bin/kete.py"
install -Dm755 tools/tuhi-live.py "${pkgdir}/usr/bin/tuhi-live.py"
install -Dm644 README.md "${pkgdir}/usr/share/doc/tuhi/README.md"