summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2023-11-22 15:42:03 +0000
committerChmouel Boudjnah2023-11-22 15:42:03 +0000
commitd1657e73ce143dceed0654d2bab79f84872f6c10 (patch)
treef4f80ca5c00708f5c56d2d004f0e7ad7fdc0d372
parent71f6c21a0d65f51e0005bf1099dc26304ea64b79 (diff)
downloadaur-d1657e73ce143dceed0654d2bab79f84872f6c10.tar.gz
Update to 2.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 322d27d1ba71..306af492ff66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-next-meeting-applet
pkgdesc = An applet to show your next meetings from Gnome Online Accounts
- pkgver = 2.12.0
+ pkgver = 2.12.2
pkgrel = 1
url = https://github.com/chmouel/gnome-next-meeting-applet
arch = any
@@ -19,7 +19,7 @@ pkgbase = gnome-next-meeting-applet
depends = evolution-data-server
depends = python-dateutil
depends = python-dbus
- source = https://github.com/chmouel/gnome-next-meeting-applet/releases/download/2.12.0/gnome_next_meeting_applet-2.12.0.tar.gz
- sha256sums = 8d219b37e1a76516d882fe03f2f6f71eb9e9df23a554642e57fc92f4d4763a90
+ source = https://github.com/chmouel/gnome-next-meeting-applet/releases/download/2.12.2/gnome_next_meeting_applet-2.12.2.tar.gz
+ sha256sums = 265a104f1da5b1f1400a08f95f6afc8ea00afe43fba0e40997063748d1f0159c
pkgname = gnome-next-meeting-applet
diff --git a/PKGBUILD b/PKGBUILD
index 8a455a581395..392d5797d221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=gnome-next-meeting-applet
opkgname=gnome_next_meeting_applet
-pkgver=2.12.0
+pkgver=2.12.2
pkgrel=1
pkgdesc="An applet to show your next meetings from Gnome Online Accounts"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/chmouel/gnome-next-meeting-applet"
license=('GPL3')
depends=('python-gobject' 'python-yaml' 'python-humanize' 'libappindicator-gtk3' 'gnome-shell-extension-appindicator' 'evolution-data-server' 'evolution-data-server' 'python-dateutil' 'python-dbus')
source=( ${url}/releases/download/${pkgver}/${opkgname}-${pkgver}.tar.gz )
-sha256sums=('8d219b37e1a76516d882fe03f2f6f71eb9e9df23a554642e57fc92f4d4763a90')
+sha256sums=('265a104f1da5b1f1400a08f95f6afc8ea00afe43fba0e40997063748d1f0159c')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry-core')
build() {