summarylogtreecommitdiffstats
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
parent6491597bd5846eb02253918604946bad46c9b634 (diff)
downloadaur-47383ea6af8a5cd4e70ccebcca85266c964ee68c.tar.gz
logcat-color3: re-sign the package and fix depends
The previous signing key is revoked
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d92b34ec55c..e128952894c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = logcat-color3
pkgdesc = A colorful and highly configurable alternative to the standard "adb logcat" command from the Android SDK
- pkgver = 0.9.1
- pkgrel = 2
+ pkgver = 0.9.2
+ pkgrel = 1
url = https://github.com/yan12125/logcat-color3
arch = any
license = Apache
makedepends = python-setuptools-scm
makedepends = python-wheel
+ depends = python
depends = python-colorama
conflicts = logcat-color
- source = https://files.pythonhosted.org/packages/source/l/logcat-color3/logcat-color3-0.9.1.tar.gz
- source = https://files.pythonhosted.org/packages/source/l/logcat-color3/logcat-color3-0.9.1.tar.gz.asc
- validpgpkeys = 481C4474AF1572165AE4C6AF3FDDD575826C5C30
- sha256sums = 800e852869e5c00c07b14cdbae77b8c76091727faeb76c0c03fd0b639e37a497
+ source = https://files.pythonhosted.org/packages/source/l/logcat-color3/logcat-color3-0.9.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/l/logcat-color3/logcat-color3-0.9.2.tar.gz.asc
+ validpgpkeys = E62545315B012B69C8C94A1D56EC201BFC794362
+ sha256sums = a1da09de689470c323576014e7644f4987e7866846d1a785b53eab2a324dcb40
sha256sums = SKIP
pkgname = logcat-color3
-
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() {