summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-11 16:04:03 +1000
committerMark Blakeney2022-10-11 16:04:03 +1000
commitfcea65bc50fe52f8da5f40917d282ffc2d8e09d2 (patch)
treeea968f9412ced8683623f3da1886b8a7727830d1
parentd9b4251e9e834fad7f5ed716e5401e69e2524cf7 (diff)
downloadaur-fcea65bc50fe52f8da5f40917d282ffc2d8e09d2.tar.gz
Update to 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fe930d7840..14090db833d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.8
+ pkgver = 1.9
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.8.tar.gz::https://github.com/bulletmark/pkglog/archive/1.8.tar.gz
- sha1sums = a2ed25fc4d0024b3e4482e11e19c0dcabe24f6db
+ source = pkglog-1.9.tar.gz::https://github.com/bulletmark/pkglog/archive/1.9.tar.gz
+ sha1sums = 48c8990746a535d2bc32e366414719e0eca673c0
pkgname = pkglog
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"