summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d741948ebff..30c0a38f40aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextmeeting
pkgdesc = An utility tool to show you next meeting with gcalcli
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/chmouel/nextmeeting
arch = any
@@ -12,7 +12,7 @@ pkgbase = nextmeeting
makedepends = python-poetry-core
depends = python-dateutil
depends = gcalcli
- source = https://github.com/chmouel/nextmeeting/releases/download/1.5.1/nextmeeting-1.5.1.tar.gz
- sha256sums = f549728b7fe868af8418f61d2490fdb50cb30a489df7846aa38d5be94e5404ca
+ source = https://github.com/chmouel/nextmeeting/releases/download/1.5.2/nextmeeting-1.5.2.tar.gz
+ sha256sums = d69ccc7438bc490da8bcb515e35d7820544a6b75e3d9a67d8c6ab03740fc00c8
pkgname = nextmeeting
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