summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e08aa2de82b..af98cdd26f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/pkglog
arch = any
license = GPL3
makedepends = python-pip
makedepends = python-wheel
depends = python>=3.7
+ depends = python-rich
source = pkglog-1.4.tar.gz::https://github.com/bulletmark/pkglog/archive/1.4.tar.gz
sha1sums = 0584b8fe43a64cc6337e669f890d5e8df9fca10e
diff --git a/PKGBUILD b/PKGBUILD
index 929aef0a3047..22189ed2ab7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python>=3.7")
+depends=("python>=3.7" "python-rich")
makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha1sums=('0584b8fe43a64cc6337e669f890d5e8df9fca10e')