summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0edad69a9390..d540c0a4fd8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.23
+ pkgver = 1.24
pkgrel = 1
url = https://github.com/bulletmark/pkglog
arch = any
@@ -10,7 +10,7 @@ pkgbase = pkglog
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.7
- source = pkglog-1.23.tar.gz::https://github.com/bulletmark/pkglog/archive/1.23.tar.gz
- sha1sums = 445b021df447b1470170f5a2f0c4b2539b7500de
+ source = pkglog-1.24.tar.gz::https://github.com/bulletmark/pkglog/archive/1.24.tar.gz
+ sha1sums = 48e88093f0c2e55878d839ff7e68ee8eee62c05e
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index 59ce352a6ac1..a5c8f53da036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.23
+pkgver=1.24
pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=(any)
depends=("python>=3.7")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('445b021df447b1470170f5a2f0c4b2539b7500de')
+sha1sums=('48e88093f0c2e55878d839ff7e68ee8eee62c05e')
build() {
cd "$srcdir/$pkgname-$pkgver"