diff options
author | Chmouel Boudjnah | 2024-09-03 10:28:56 +0000 |
---|---|---|
committer | Chmouel Boudjnah | 2024-09-03 10:28:56 +0000 |
commit | c53d88930fb8bb142281a7173f478d999176d177 (patch) | |
tree | 116ecf15cc56fa16fcb0300a70f8fab06beea589 | |
parent | ea78b13ae3a530732a5b4d2ae8ac5be5150a97ed (diff) | |
download | aur-c53d88930fb8bb142281a7173f478d999176d177.tar.gz |
Update to 1.5.3
-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.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 @@ -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 |