summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2018-12-22 17:44:54 +0800
committerlilac2018-12-22 17:44:54 +0800
commit92d35d28f4653bfb7e620f2b33f4f32ad8e6c535 (patch)
treefd43dbf58d73bfde956290682f0384815b9972aa /PKGBUILD
parent09eb9045ddeadbc03bd59a32bb1f222df41b7bd8 (diff)
downloadaur-logcat-color.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf39787307bd..aff9035a6a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Thomas Weißschuh <thomas t-8ch de>
+# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
pkgname=logcat-color
pkgver=0.6.0
-pkgrel=4
+pkgrel=5
pkgdesc='A colorful alternative to "adb logcat"'
arch=('any')
url='https://github.com/marshall/logcat-color'
@@ -31,5 +32,5 @@ check() {
package() {
cd "$srcdir/logcat-color-${pkgver}"
- python2 setup.py install --root="$pkgdir/" --optimize=1
+ python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
}