diff options
author | Chmouel Boudjnah | 2024-03-27 09:22:58 +0000 |
---|---|---|
committer | Chmouel Boudjnah | 2024-03-27 09:22:58 +0000 |
commit | a969cd00c8b1bd1804ff0b572ebb54ad7227480d (patch) | |
tree | f077e292413deada0a80bbd46fd0d3e383f6a645 | |
parent | 8512a4089e6df8f40c3406bac098768f2cba5bdc (diff) | |
download | aur-a969cd00c8b1bd1804ff0b572ebb54ad7227480d.tar.gz |
Update to 1.4.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |