summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-11-13 18:06:47 +1000
committerMark Blakeney2022-11-13 18:06:47 +1000
commit1b9006a7a34a0eb9ddf349c2cf5111647b831707 (patch)
tree6a19b2fc5e9e7dd3ec2cd67bfb5eb8d5d1435385 /PKGBUILD
parent0dd0ce17de79bebe41552b7eb97f0e27158e4f02 (diff)
downloadaur-1b9006a7a34a0eb9ddf349c2cf5111647b831707.tar.gz
Update to 1.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c6f37a5d73a..5382f001caad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.16
+pkgver=1.17
pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=(any)
depends=("python>=3.7" "python-rich")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('d1635537de345d43c25a9003823032f36de8e1fe')
+sha1sums=('5e1a607dfdebbbca869d30e3312996aa0dc53cbc')
build() {
cd "$srcdir/$pkgname-$pkgver"