summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2021-10-18 09:26:24 +1000
committerMark Blakeney2021-10-18 09:26:24 +1000
commitfab3d99c8a3736545136a46f0152d4e63477c6f4 (patch)
treeb4997edc0dd51cdf777a4ee01810c58a50e0f0cb /PKGBUILD
parent18b455f643af94c4dd1224b492b8ad8313f7830c (diff)
downloadaur-fab3d99c8a3736545136a46f0152d4e63477c6f4.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')