summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabrixxm2021-07-18 20:16:27 +0200
committerfabrixxm2021-07-18 20:16:27 +0200
commitcccd8c63dcd304863f8be1dba08ac92cc1f91526 (patch)
tree9f12d1612041dbab9071cde9cf03e4c88418c021
parent81fd52c7af2476d902908a6154ac8afe970832c2 (diff)
downloadaur-cccd8c63dcd304863f8be1dba08ac92cc1f91526.tar.gz
Confy 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78a1a171ac22..46dcb3cb3cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = confy
pkgdesc = Conferences schedule viewer for GNOME
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://confy.kirgroup.net/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = confy
depends = python-icalendar
depends = libnotify
provides = confy
- source = https://git.sr.ht/~fabrixxm/confy/archive/0.6.0.tar.gz
- md5sums = 91890fecf4509a2d0a28bdda0831a9fe
+ source = https://git.sr.ht/~fabrixxm/confy/archive/0.6.1.tar.gz
+ md5sums = 342c1ee15bfe44848184d1cc3ffcd2be
pkgname = confy
diff --git a/PKGBUILD b/PKGBUILD
index a04441c1e309..3c9fd6ca0c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fabrix Xm <fabrix.xm@gmail.com>
pkgname=confy
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Conferences schedule viewer for GNOME"
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ depends=('python' 'gtk3' 'libhandy' 'python-gobject' 'python-icalendar' 'libnoti
makedepends=('meson' 'ninja' 'gobject-introspection' 'git')
provides=(confy)
source=("https://git.sr.ht/~fabrixxm/confy/archive/$pkgver.tar.gz")
-md5sums=('91890fecf4509a2d0a28bdda0831a9fe')
+md5sums=('342c1ee15bfe44848184d1cc3ffcd2be')
build() {