summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-11-20 15:04:31 +1000
committerMark Blakeney2022-11-20 15:04:31 +1000
commit193c9b1fa03622fba33acfeb084de538920d91bb (patch)
tree8744b248e38d5c88f8b58e30cd018615df798bfa /PKGBUILD
parent1b9006a7a34a0eb9ddf349c2cf5111647b831707 (diff)
downloadaur-193c9b1fa03622fba33acfeb084de538920d91bb.tar.gz
Update to 1.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5382f001caad..991528ca21e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.17
+pkgver=1.18
pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
-depends=("python>=3.7" "python-rich")
+depends=("python>=3.7")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('5e1a607dfdebbbca869d30e3312996aa0dc53cbc')
+sha1sums=('95fbc6c1f9708666a26639545deb692d4b4e91cf')
build() {
cd "$srcdir/$pkgname-$pkgver"