summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-12 08:34:06 +1000
committerMark Blakeney2022-10-12 08:34:06 +1000
commit3276a1505b56ccab41a6a40333ecef8b74db159f (patch)
treeff26eaab9d1c5ae953ab8485b7652e380cbdfc2f
parentfcea65bc50fe52f8da5f40917d282ffc2d8e09d2 (diff)
downloadaur-3276a1505b56ccab41a6a40333ecef8b74db159f.tar.gz
Update to 1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14090db833d9..606064e63617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.9
+ pkgver = 1.10
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.9.tar.gz::https://github.com/bulletmark/pkglog/archive/1.9.tar.gz
- sha1sums = 48c8990746a535d2bc32e366414719e0eca673c0
+ source = pkglog-1.10.tar.gz::https://github.com/bulletmark/pkglog/archive/1.10.tar.gz
+ sha1sums = 542d9a9f6a93178bb8744f40f104be4fded483c1
pkgname = pkglog
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"