summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-05-04 23:03:28 +0800
committerChih-Hsuan Yen2023-05-04 23:03:28 +0800
commit47383ea6af8a5cd4e70ccebcca85266c964ee68c (patch)
tree27cafd3ffd3877ee9169cead1d669c1740ca8dad /PKGBUILD
parent6491597bd5846eb02253918604946bad46c9b634 (diff)
downloadaur-47383ea6af8a5cd4e70ccebcca85266c964ee68c.tar.gz
logcat-color3: re-sign the package and fix depends
The previous signing key is revoked
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7d6197f13dd..3a113bea5ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Thomas Weißschuh <thomas t-8ch de>
pkgname=logcat-color3
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
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-colorama)
+depends=(python python-colorama)
makedepends=(python-setuptools-scm python-wheel)
conflicts=(logcat-color)
source=("https://files.pythonhosted.org/packages/source/l/logcat-color3/logcat-color3-$pkgver.tar.gz"{,.asc})
-sha256sums=('800e852869e5c00c07b14cdbae77b8c76091727faeb76c0c03fd0b639e37a497'
+sha256sums=('a1da09de689470c323576014e7644f4987e7866846d1a785b53eab2a324dcb40'
'SKIP')
validpgpkeys=(
- '481C4474AF1572165AE4C6AF3FDDD575826C5C30' # Chih-Hsuan Yen <yan12125@gmail.com>
+ 'E62545315B012B69C8C94A1D56EC201BFC794362' # Chih-Hsuan Yen <yan12125@archlinux.org>
)
build() {