summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-11-23 16:08:56 +1000
committerMark Blakeney2022-11-23 16:08:56 +1000
commita684cf0976c6f872707fe1eb6aa1f7ed58c4bf5e (patch)
tree2a074cb9627dcfa5f5ef10aad18980efa427346d
parent193c9b1fa03622fba33acfeb084de538920d91bb (diff)
downloadaur-a684cf0976c6f872707fe1eb6aa1f7ed58c4bf5e.tar.gz
Update to 1.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e9400781d4..faddbf50de6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkglog
pkgdesc = Reports log of package updates
- pkgver = 1.18
+ pkgver = 1.19
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.18.tar.gz::https://github.com/bulletmark/pkglog/archive/1.18.tar.gz
- sha1sums = 95fbc6c1f9708666a26639545deb692d4b4e91cf
+ source = pkglog-1.19.tar.gz::https://github.com/bulletmark/pkglog/archive/1.19.tar.gz
+ sha1sums = 233458d085f113f9d1b59a95264b9710c7d7ac9e
pkgname = pkglog
diff --git a/PKGBUILD b/PKGBUILD
index 991528ca21e5..c8e3401595a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.18
+pkgver=1.19
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=('95fbc6c1f9708666a26639545deb692d4b4e91cf')
+sha1sums=('233458d085f113f9d1b59a95264b9710c7d7ac9e')
build() {
cd "$srcdir/$pkgname-$pkgver"