summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-10-11 16:04:03 +1000
committerMark Blakeney2022-10-11 16:04:03 +1000
commitfcea65bc50fe52f8da5f40917d282ffc2d8e09d2 (patch)
treeea968f9412ced8683623f3da1886b8a7727830d1 /PKGBUILD
parentd9b4251e9e834fad7f5ed716e5401e69e2524cf7 (diff)
downloadaur-fcea65bc50fe52f8da5f40917d282ffc2d8e09d2.tar.gz
Update to 1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bde2ef84ab1..3f78f601f69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.8
+pkgver=1.9
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=('a2ed25fc4d0024b3e4482e11e19c0dcabe24f6db')
+sha1sums=('48c8990746a535d2bc32e366414719e0eca673c0')
build() {
cd "$srcdir/$pkgname-$pkgver"