summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-10-12 08:34:06 +1000
committerMark Blakeney2022-10-12 08:34:06 +1000
commit3276a1505b56ccab41a6a40333ecef8b74db159f (patch)
treeff26eaab9d1c5ae953ab8485b7652e380cbdfc2f /PKGBUILD
parentfcea65bc50fe52f8da5f40917d282ffc2d8e09d2 (diff)
downloadaur-3276a1505b56ccab41a6a40333ecef8b74db159f.tar.gz
Update to 1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f78f601f69d..d551b49ff180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.9
+pkgver=1.10
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=('48c8990746a535d2bc32e366414719e0eca673c0')
+sha1sums=('542d9a9f6a93178bb8744f40f104be4fded483c1')
build() {
cd "$srcdir/$pkgname-$pkgver"