summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2022-05-18 11:30:43 +0000
committerChmouel Boudjnah2022-05-18 11:30:43 +0000
commit643a30444671a69b4448bd3b4bd497ea258ae5b3 (patch)
tree0497b0ac861c888f011d8184978ee7eb9d1dc0a4
parent7a40d15d14271b0c72c1dcbd7d6e52be923d0c4e (diff)
downloadaur-643a30444671a69b4448bd3b4bd497ea258ae5b3.tar.gz
Update to 2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc5ba055fb39..e21fad4aac28 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.6.2
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/chmouel/gnome-next-meeting-applet
arch = any
@@ -15,7 +15,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.6.2/gnome-next-meeting-applet-2.6.2.tar.gz
- sha256sums = 465948521630d3f9401ca9bd8b02df7a4c376d1e2f238f178c6e682b0b0b0614
+ source = https://github.com/chmouel/gnome-next-meeting-applet/releases/download/2.7.0/gnome-next-meeting-applet-2.7.0.tar.gz
+ sha256sums = 3c22887384d17d2dc6040f217fe785eef232961e149514edd4bb927495d63dd3
pkgname = gnome-next-meeting-applet
diff --git a/PKGBUILD b/PKGBUILD
index 5526ed031aed..b3d675cf66eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=gnome-next-meeting-applet
-pkgver=2.6.2
+pkgver=2.7.0
pkgrel=1
pkgdesc="An applet to show your next meetings from Gnome Online Accounts"
arch=('any')
@@ -8,7 +8,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}/${pkgname}-${pkgver}.tar.gz )
-sha256sums=('465948521630d3f9401ca9bd8b02df7a4c376d1e2f238f178c6e682b0b0b0614')
+sha256sums=('3c22887384d17d2dc6040f217fe785eef232961e149514edd4bb927495d63dd3')
makedepends=("python-setuptools")
prepare(){