summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-05-07 21:18:22 +1000
committerMark Blakeney2023-05-07 21:18:22 +1000
commit03887fcacf79ebaf3c49508201d288edab353209 (patch)
treed6a921ef3ff86f00b241348c621bec2b553bac8b
parent820b074df74e09f0f79174ced50566e00fba4390 (diff)
downloadaur-03887fcacf79ebaf3c49508201d288edab353209.tar.gz
Update to 1.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d540c0a4fd8f..1691125268d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.24
+ pkgver = 1.25
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.24.tar.gz::https://github.com/bulletmark/pkglog/archive/1.24.tar.gz
- sha1sums = 48e88093f0c2e55878d839ff7e68ee8eee62c05e
+ source = pkglog-1.25.tar.gz::https://github.com/bulletmark/pkglog/archive/1.25.tar.gz
+ sha1sums = afd6e33ce0a5d5c837c46deac5a0d4e2924d6f00
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index a5c8f53da036..25cc3b3c2ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.24
+pkgver=1.25
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=('48e88093f0c2e55878d839ff7e68ee8eee62c05e')
+sha1sums=('afd6e33ce0a5d5c837c46deac5a0d4e2924d6f00')
build() {
cd "$srcdir/$pkgname-$pkgver"