summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-02-25 09:43:42 +1000
committerMark Blakeney2022-02-25 09:43:42 +1000
commit6cd6540d7880096a193bf0a6e35a56c514805450 (patch)
tree4257c73e6bbbc72237d9da8df122393585547584 /PKGBUILD
parentfab3d99c8a3736545136a46f0152d4e63477c6f4 (diff)
downloadaur-6cd6540d7880096a193bf0a6e35a56c514805450.tar.gz
Update to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22189ed2ab7e..2c4803c80f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
pkgdesc="Reports log of package updates"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.7" "python-rich")
makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('0584b8fe43a64cc6337e669f890d5e8df9fca10e')
+sha1sums=('82bb8aee5df5519fe96719bed89df2419bb36f3d')
package() {
cd "$srcdir/$pkgname-$pkgver"