diff options
author | Chmouel Boudjnah | 2024-04-05 07:43:52 +0000 |
---|---|---|
committer | Chmouel Boudjnah | 2024-04-05 07:43:52 +0000 |
commit | fdad12cbfb499f18c2dc82e03359406480486f2b (patch) | |
tree | 375c0bf80e1706150e294b0a375f49a75de1fb28 /PKGBUILD | |
parent | bf907ac5fcb2081dc89326ebeb3e871068df9507 (diff) | |
download | aur-fdad12cbfb499f18c2dc82e03359406480486f2b.tar.gz |
Update to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # shellcheck disable=SC2034 # Maintainer: Chmouel Boudjnah <chmouel@chmouel.com> pkgname=nextmeeting -pkgver=1.5.0 +pkgver=1.5.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=('c62aa67c68bfc6bd16d02d557de0709dac6f77709c0846fc9e7b1998d3b4b1d5') +sha256sums=('f549728b7fe868af8418f61d2490fdb50cb30a489df7846aa38d5be94e5404ca') build() { cd "$pkgname-$pkgver" || exit |