summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah2021-11-21 22:20:58 +0000
committerChmouel Boudjnah2021-11-21 22:20:58 +0000
commit67f13385a78e9f3f3fa2df65c7d62dd35669738d (patch)
treece6554f6fdc513029fa090f2123502ee5914f612
parent94fa8aa9e298fcb8d96fabd90ab39615d106f2cd (diff)
downloadaur-67f13385a78e9f3f3fa2df65c7d62dd35669738d.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2660c30a3d38..183e61a3ab9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-next-meeting-applet
pkgdesc = An applet to show your next meetings in Gnome or others
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/chmouel/gnome-next-meeting-applet
arch = any
@@ -14,7 +14,7 @@ pkgbase = gnome-next-meeting-applet
depends = gnome-shell-extension-appindicator
depends = evolution-data-server
depends = gnome-online-accounts
- source = https://github.com/chmouel/gnome-next-meeting-applet/archive/refs/tags/1.5.0.tar.gz
- sha256sums = 403395908338ac962b357f5c096ac5d5323b299637476ccd8b8f324b48cd185a
+ source = https://github.com/chmouel/gnome-next-meeting-applet/archive/refs/tags/1.5.1.tar.gz
+ sha256sums = 65a51c25242e62da8addeda128daeb5cfcb63aa11ed919c551b6b1db114fc9f2
pkgname = gnome-next-meeting-applet
diff --git a/PKGBUILD b/PKGBUILD
index d9949e72f77e..1bba40190967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
pkgname=gnome-next-meeting-applet
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="An applet to show your next meetings in Gnome or others"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/chmouel/gnome-next-meeting-applet"
license=('GPL3')
depends=('python-pytz' 'python-gobject' 'python-yaml' 'python-dateutil' 'python-tzlocal' 'libappindicator-gtk3' 'gnome-shell-extension-appindicator' 'evolution-data-server' 'gnome-online-accounts')
source=( https://github.com/chmouel/${pkgname}/archive/refs/tags/${pkgver}.tar.gz )
-sha256sums=('403395908338ac962b357f5c096ac5d5323b299637476ccd8b8f324b48cd185a')
+sha256sums=('65a51c25242e62da8addeda128daeb5cfcb63aa11ed919c551b6b1db114fc9f2')
build() {
cd "${srcdir}/$pkgname-$pkgver"