summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef33f6a1fc86..604a368d7733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=nextmeeting
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="An utility tool to show you next meeting with gcalcli"
arch=('any')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-dateutil' 'gcalcli')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry-core')
source=("https://github.com/chmouel/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f549728b7fe868af8418f61d2490fdb50cb30a489df7846aa38d5be94e5404ca')
+sha256sums=('d69ccc7438bc490da8bcb515e35d7820544a6b75e3d9a67d8c6ab03740fc00c8')
build() {
cd "$pkgname-$pkgver" || exit