summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2021-10-18 09:23:42 +1000
committerMark Blakeney2021-10-18 09:23:42 +1000
commit18b455f643af94c4dd1224b492b8ad8313f7830c (patch)
treea18fbc40e5000916fd21c8ce977c23e0e2f44f05 /PKGBUILD
parentb004c9ccfa67f898a5df6c31076669aa1ab332b7 (diff)
downloadaur-18b455f643af94c4dd1224b492b8ad8313f7830c.tar.gz
Update to 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6886081ea51e..929aef0a3047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.3
+pkgver=1.4
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-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('01724d17150ef0d3a206a46ced7cc69c9f5485e5')
+sha1sums=('0584b8fe43a64cc6337e669f890d5e8df9fca10e')
package() {
cd "$srcdir/$pkgname-$pkgver"