summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2024-09-03 10:28:56 +0000
committerChmouel Boudjnah2024-09-03 10:28:56 +0000
commitc53d88930fb8bb142281a7173f478d999176d177 (patch)
tree116ecf15cc56fa16fcb0300a70f8fab06beea589
parentea78b13ae3a530732a5b4d2ae8ac5be5150a97ed (diff)
downloadaur-c53d88930fb8bb142281a7173f478d999176d177.tar.gz
Update to 1.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c0a38f40aa..ada6f8efbf2d 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.2
+ pkgver = 1.5.3
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.2/nextmeeting-1.5.2.tar.gz
- sha256sums = d69ccc7438bc490da8bcb515e35d7820544a6b75e3d9a67d8c6ab03740fc00c8
+ source = https://github.com/chmouel/nextmeeting/releases/download/1.5.3/nextmeeting-1.5.3.tar.gz
+ sha256sums = c34b8f2602eaecd891f580b628f597b0b2cebef15eb5c29df12d64ae2a2028c7
pkgname = nextmeeting
diff --git a/PKGBUILD b/PKGBUILD
index 604a368d7733..a9798dbc23be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=nextmeeting
-pkgver=1.5.2
+pkgver=1.5.3
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=('d69ccc7438bc490da8bcb515e35d7820544a6b75e3d9a67d8c6ab03740fc00c8')
+sha256sums=('c34b8f2602eaecd891f580b628f597b0b2cebef15eb5c29df12d64ae2a2028c7')
build() {
cd "$pkgname-$pkgver" || exit