summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-26 09:28:23 +1000
committerMark Blakeney2022-10-26 09:28:23 +1000
commit6521bf725e26224d2e512aa7e706927aa360b7e7 (patch)
treeed2d4e3550c099dae4da6d49e5085d661f879950
parent2b078d445922e073f08cdedbe9c511c9a9284232 (diff)
downloadaur-6521bf725e26224d2e512aa7e706927aa360b7e7.tar.gz
Update to 1.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cd31e3cac0..cd71f7eee507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.14
+ pkgver = 1.15
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.14.tar.gz::https://github.com/bulletmark/pkglog/archive/1.14.tar.gz
- sha1sums = 808f18abe5846467dec25b2329b8e833a240ed7e
+ source = pkglog-1.15.tar.gz::https://github.com/bulletmark/pkglog/archive/1.15.tar.gz
+ sha1sums = 5d5a1580e002e948c07f66e446775e32b7b381bf
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index d1b8ee8bfa36..bb9d3ae1f44c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.14
+pkgver=1.15
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=('808f18abe5846467dec25b2329b8e833a240ed7e')
+sha1sums=('5d5a1580e002e948c07f66e446775e32b7b381bf')
build() {
cd "$srcdir/$pkgname-$pkgver"