summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-11-01 10:46:02 +1000
committerMark Blakeney2022-11-01 10:46:02 +1000
commit0dd0ce17de79bebe41552b7eb97f0e27158e4f02 (patch)
tree854fcc10c3d81873becdab75e0c35ee1799b5ea2
parent6521bf725e26224d2e512aa7e706927aa360b7e7 (diff)
downloadaur-0dd0ce17de79bebe41552b7eb97f0e27158e4f02.tar.gz
Update to 1.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd71f7eee507..55b5525c9705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.15
+ pkgver = 1.16
pkgrel = 1
url = https://github.com/bulletmark/pkglog
arch = any
@@ -11,7 +11,7 @@ pkgbase = pkglog
makedepends = python-wheel
depends = python>=3.7
depends = python-rich
- source = pkglog-1.15.tar.gz::https://github.com/bulletmark/pkglog/archive/1.15.tar.gz
- sha1sums = 5d5a1580e002e948c07f66e446775e32b7b381bf
+ source = pkglog-1.16.tar.gz::https://github.com/bulletmark/pkglog/archive/1.16.tar.gz
+ sha1sums = d1635537de345d43c25a9003823032f36de8e1fe
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index bb9d3ae1f44c..6c6f37a5d73a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.15
+pkgver=1.16
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=('5d5a1580e002e948c07f66e446775e32b7b381bf')
+sha1sums=('d1635537de345d43c25a9003823032f36de8e1fe')
build() {
cd "$srcdir/$pkgname-$pkgver"