summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-02-28 15:50:12 +1000
committerMark Blakeney2022-02-28 15:50:12 +1000
commit9602e14baeaeb633c8f2df2856b252829f49f3ef (patch)
tree4d965054df543e0d20eacce82fbf67e59c631478 /PKGBUILD
parent6cd6540d7880096a193bf0a6e35a56c514805450 (diff)
downloadaur-9602e14baeaeb633c8f2df2856b252829f49f3ef.tar.gz
Update to 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4803c80f4c..8b0ffd7dd837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.5
+pkgver=1.6
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-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('82bb8aee5df5519fe96719bed89df2419bb36f3d')
+sha1sums=('80b5a21f9ecc69baaffdbaf839f7518a191512b2')
package() {
cd "$srcdir/$pkgname-$pkgver"