summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2024-03-15 08:34:49 +0000
committerChmouel Boudjnah2024-03-15 08:34:49 +0000
commitb0c7537155ac32429874a0e1fc7c465750f54459 (patch)
treec4562adc2c4bcf84272261f02c72ee711de1feed
parent50494a820df6978f770a1b486ac2e95386175127 (diff)
downloadaur-b0c7537155ac32429874a0e1fc7c465750f54459.tar.gz
Update to 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56081d871394..c9cd4ae379a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextmeeting
pkgdesc = An utility tool to show you next meeting with gcalcli
- pkgver = 1.2.1
+ pkgver = 1.2.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.2.1/nextmeeting-1.2.1.tar.gz
- sha256sums = 84cc1292a675cb0a292847d500112346caee700b0234ed1665f2392e54e9ef5a
+ source = https://github.com/chmouel/nextmeeting/releases/download/1.2.2/nextmeeting-1.2.2.tar.gz
+ sha256sums = a46a8441a828a4ce32267e68c66812be58cb030e7b490f919b448fb7c0286c1c
pkgname = nextmeeting
diff --git a/PKGBUILD b/PKGBUILD
index b55045bd3efd..1b07de718bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=nextmeeting
-pkgver=1.2.1
+pkgver=1.2.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=('84cc1292a675cb0a292847d500112346caee700b0234ed1665f2392e54e9ef5a')
+sha256sums=('a46a8441a828a4ce32267e68c66812be58cb030e7b490f919b448fb7c0286c1c')
build() {
cd "$pkgname-$pkgver" || exit