diff options
author | Mark Wagie | 2024-09-14 16:54:17 -0600 |
---|---|---|
committer | Mark Wagie | 2024-09-14 16:54:17 -0600 |
commit | 906f27069d22dba685c109bedaeefc0fa94fbe3e (patch) | |
tree | 617fc1e8cf4e3bf66c05fc17c7a3f69e344aa554 | |
parent | abb22caff9f15a5031631250ff3c0c1775550e67 (diff) | |
download | aur-906f27069d22dba685c109bedaeefc0fa94fbe3e.tar.gz |
4.11.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = planify pkgdesc = Task manager with Todoist and Nextcloud support - pkgver = 4.11.0 + pkgver = 4.11.2 pkgrel = 1 url = https://github.com/alainm23/planify arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = planify depends = libportal-gtk4 depends = webkitgtk-6.0 conflicts = elementary-planner - source = git+https://github.com/alainm23/planify.git#tag=4.11.0 - sha256sums = 28a9c4830057db16d1b658fb345ae39899712059acc98440fa160cec34634fc3 + source = git+https://github.com/alainm23/planify.git#tag=4.11.2 + sha256sums = e9034bc0e89d5fd37dfb784c21395c91e88896a5be3a547336eed27b6546b81b pkgname = planify @@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=planify _app_id=io.github.alainm23.planify -pkgver=4.11.0 +pkgver=4.11.2 pkgrel=1 pkgdesc="Task manager with Todoist and Nextcloud support" arch=('x86_64') @@ -24,7 +24,7 @@ makedepends=( ) conflicts=('elementary-planner') source=("git+https://github.com/alainm23/planify.git#tag=$pkgver") -sha256sums=('28a9c4830057db16d1b658fb345ae39899712059acc98440fa160cec34634fc3') +sha256sums=('e9034bc0e89d5fd37dfb784c21395c91e88896a5be3a547336eed27b6546b81b') build() { arch-meson "$pkgname" build -Dprofile=default |