summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfabrixxm2024-01-28 23:18:06 +0100
committerfabrixxm2024-01-28 23:21:21 +0100
commit9fae1e8c6aade4fc5795ea8bc36781e23a4a3728 (patch)
treefec8a975b33825f68ce505ae120c651be26c85f7 /PKGBUILD
parentfcf3168a97b3133c227c8ecc0322d441c871150d (diff)
downloadaur-confy.tar.gz
Confy 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a080650dc4d..187338fa1a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabrix Xm <fabrix.xm@gmail.com>
pkgname=confy
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="Conferences schedule viewer for GNOME"
arch=('x86_64' 'aarch64')
url="https://confy.kirgroup.net/"
@@ -10,7 +10,7 @@ depends=('python' 'gtk4' 'libadwaita' 'python-gobject' 'python-icalendar' 'libno
makedepends=('meson' 'ninja' 'blueprint-compiler' 'gobject-introspection' 'git')
provides=(confy)
source=("https://git.sr.ht/~fabrixxm/confy/archive/$pkgver.tar.gz")
-md5sums=('8de783e970943032334e58c9b94c46c1')
+md5sums=('15e635412e4e5a203de6fe8edf82c75b')
build() {
arch-meson build "$pkgname-$pkgver"