summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-21 15:17:48 -0700
committerMark Wagie2024-02-21 15:17:48 -0700
commitad22f03debb7f0b846b50a5c646fe096b9e910f6 (patch)
treec752c6c1a3edc3a7a13b3985e2c0b5039aac2f3e
parentcf6a62831561405d31008507459b4f097592c458 (diff)
downloadaur-ad22f03debb7f0b846b50a5c646fe096b9e910f6.tar.gz
4.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD22
2 files changed, 20 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa0b87c5cfb5..1c59a73b31c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = planify
pkgdesc = Task manager with Todoist support
- pkgver = 4.4
+ pkgver = 4.5
pkgrel = 1
url = https://github.com/alainm23/planify
arch = x86_64
@@ -13,12 +13,13 @@ pkgbase = planify
depends = evolution-data-server
depends = granite7
depends = gtksourceview5
+ depends = gxml
depends = libadwaita
depends = libportal-gtk4
depends = webkitgtk-6.0
conflicts = elementary-planner
replaces = elementary-planner
- source = git+https://github.com/alainm23/planify.git#commit=1471e0db85b806e4dd5a58b17459f38a35d7543b
+ source = git+https://github.com/alainm23/planify.git#commit=892661c421fc81d8c685395c3342265ff073b285
sha256sums = SKIP
pkgname = planify
diff --git a/PKGBUILD b/PKGBUILD
index f6eede8c7908..eb4fb5e0f294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,31 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=planify
_app_id=io.github.alainm23.planify
-pkgver=4.4
+pkgver=4.5
pkgrel=1
pkgdesc="Task manager with Todoist support"
arch=('x86_64')
url="https://github.com/alainm23/planify"
license=('GPL-3.0-or-later')
-depends=('evolution-data-server' 'granite7' 'gtksourceview5' 'libadwaita'
- 'libportal-gtk4' 'webkitgtk-6.0')
-makedepends=('git' 'gobject-introspection' 'meson' 'vala')
+depends=(
+ 'evolution-data-server'
+ 'granite7'
+ 'gtksourceview5'
+ 'gxml'
+ 'libadwaita'
+ 'libportal-gtk4'
+ 'webkitgtk-6.0'
+)
+makedepends=(
+ 'git'
+ 'gobject-introspection'
+ 'meson'
+ 'vala'
+)
checkdepends=('appstream')
conflicts=('elementary-planner')
replaces=('elementary-planner')
-_commit=1471e0db85b806e4dd5a58b17459f38a35d7543b # tags/4.4^0
+_commit=892661c421fc81d8c685395c3342265ff073b285 # tags/4.5^0
source=("git+https://github.com/alainm23/planify.git#commit=$_commit")
sha256sums=('SKIP')