summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2024-03-27 09:22:58 +0000
committerChmouel Boudjnah2024-03-27 09:22:58 +0000
commita969cd00c8b1bd1804ff0b572ebb54ad7227480d (patch)
treef077e292413deada0a80bbd46fd0d3e383f6a645
parent8512a4089e6df8f40c3406bac098768f2cba5bdc (diff)
downloadaur-a969cd00c8b1bd1804ff0b572ebb54ad7227480d.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52eda0aa5eeb..753c82f21bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextmeeting
pkgdesc = An utility tool to show you next meeting with gcalcli
- pkgver = 1.3.0
+ pkgver = 1.4.1
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.3.0/nextmeeting-1.3.0.tar.gz
- sha256sums = c828c63102571f0a893391775beb5e1451ade6160a31502a8b1ddf66d3aa61dc
+ source = https://github.com/chmouel/nextmeeting/releases/download/1.4.1/nextmeeting-1.4.1.tar.gz
+ sha256sums = 784d85374b8e218eddd0c54ad6ac5aa81fc1a164e18c18da77e605d81168ac6c
pkgname = nextmeeting
diff --git a/PKGBUILD b/PKGBUILD
index 9ebc98696fc0..6f5108ebfe13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=nextmeeting
-pkgver=1.3.0
+pkgver=1.4.1
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=('c828c63102571f0a893391775beb5e1451ade6160a31502a8b1ddf66d3aa61dc')
+sha256sums=('784d85374b8e218eddd0c54ad6ac5aa81fc1a164e18c18da77e605d81168ac6c')
build() {
cd "$pkgname-$pkgver" || exit