summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90a9ae81f83..379e31ba9cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = logcat-color3
pkgdesc = A colorful and highly configurable alternative to the standard "adb logcat" command from the Android SDK
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yan12125/logcat-color3
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -13,9 +13,11 @@ pkgbase = logcat-color3
makedepends = python-wheel
depends = python
depends = python-colorama
+ depends = python-pyasyncore
+ depends = python-pyasynchat
conflicts = logcat-color
source = git+https://github.com/yan12125/logcat-color3?signed#tag=ee5c73183b4ab58e0103bddbe1119632ce43e500
validpgpkeys = E62545315B012B69C8C94A1D56EC201BFC794362
- sha256sums = SKIP
+ sha256sums = b86493ccd1c6e763e6dbc8cfed12baca3fd0ca4b48ccd6ec0755e418fddce7e6
pkgname = logcat-color3
diff --git a/PKGBUILD b/PKGBUILD
index fed0cbead08d..7ae8e10bfdd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
+# Maintainer: Chih-Hsuan Yen <base64_decode("eXUzYWN0eHQydHR0ZmlteEBjaHllbi5jYwo=")>
# Contributor: Thomas Weißschuh <thomas t-8ch de>
pkgname=logcat-color3
pkgver=0.10.0
# curl https://api.github.com/repos/yan12125/logcat-color3/git/ref/tags/v$pkgver | jq -r .object.sha
_tag=ee5c73183b4ab58e0103bddbe1119632ce43e500
-pkgrel=1
+pkgrel=2
pkgdesc='A colorful and highly configurable alternative to the standard "adb logcat" command from the Android SDK'
arch=(any)
url='https://github.com/yan12125/logcat-color3'
-license=(Apache)
-depends=(python python-colorama)
+# https://github.com/yan12125/logcat-color3/blob/v0.10.0/setup.cfg#L11
+license=('Apache-2.0')
+depends=(python python-colorama python-pyasyncore python-pyasynchat)
makedepends=(git python-build python-installer python-setuptools python-setuptools-scm python-wheel)
conflicts=(logcat-color)
source=("git+https://github.com/yan12125/logcat-color3?signed#tag=$_tag")
-sha256sums=('SKIP')
+sha256sums=('b86493ccd1c6e763e6dbc8cfed12baca3fd0ca4b48ccd6ec0755e418fddce7e6')
validpgpkeys=(
- 'E62545315B012B69C8C94A1D56EC201BFC794362' # Chih-Hsuan Yen <yan12125@archlinux.org>
+ 'E62545315B012B69C8C94A1D56EC201BFC794362'
)
pkgver() {