summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2021-01-19 08:37:36 +1000
committerMark Blakeney2021-01-19 08:37:36 +1000
commit12c573bc315aa0544b47891d4f09f6ab2bad35c9 (patch)
tree053c66aea92318f505ceeb9b8fa2aeb6f001382a /PKGBUILD
parent5eee4bd41abe412ae1a218d42789b8b429b53713 (diff)
downloadaur-12c573bc315aa0544b47891d4f09f6ab2bad35c9.tar.gz
Update to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a5270e7f104..a774038b851f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pkglog
-pkgver=1.0
+pkgver=1.1
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")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('9b2cadda37354b6fffde307502adb29006560262')
+sha1sums=('cf733bcb69343b9c1f9f52d770c86c751e6a0aad')
package() {
cd "$pkgname-$pkgver"