summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2024-04-27 14:09:52 +0800
committerChih-Hsuan Yen2024-04-27 14:09:52 +0800
commitd5b254790c05ee9cf8b9785039b8c947dd39fbb5 (patch)
tree703c5a3cb0e8f419cefdf45219fef17cf3105dcc
parent834c00a56b8ce85fe8839b3e0c2b236d94ce44e2 (diff)
downloadaur-d5b254790c05ee9cf8b9785039b8c947dd39fbb5.tar.gz
logcat-color3: update dependencies for Python 3.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 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 f4e2489a8c36..7ae8e10bfdd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,17 @@ 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'
)