summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Noisel2022-11-06 18:59:23 +0100
committerChristophe Noisel2022-11-06 18:59:23 +0100
commit6617a01f3962cf8814dbd1d14ab0addb4d4a3d67 (patch)
treefe6c6e4f64fecfce945de8aec401aa0662793fd1 /PKGBUILD
parent1b0652f1bc4968333d215dc01bbdf4db26054a99 (diff)
downloadaur-6617a01f3962cf8814dbd1d14ab0addb4d4a3d67.tar.gz
some upstream bug fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca1b0abed7b..f98db7f580f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
pkgname=planner
pkgver=0.14.90
-pkgrel=7
+pkgrel=8
pkgdesc='Project management application for GNOME'
arch=('x86_64')
license=('GPL')
url='https://wiki.gnome.org/Apps/Planner'
depends=('glib2>=2.50', # glib, gmodule, gobject
- 'gtk3>=3.10', # gtk3, gail
+ 'gtk3>=3.22', # gtk3, gail
'libxml2>=2.6.27',
- 'libxslt>=1.1.2', #libxslt, libexslt
+ 'libxslt>=1.1.23', #libxslt, libexslt
'libgda>=5.0')
-makedepends=('meson')
+makedepends=('git' 'meson')
options=('!emptydirs')
-_commit="9e50bb29c7bf5ad6498172d7e29671e7734fc42a" # = master as of 2022-10-13
+_commit="3cd61d8813894ee566d9c2559ec45ff39d3dbe46" # 05 Nov, 2022
source=("git+https://gitlab.gnome.org/World/planner.git#commit=$_commit")
sha256sums=('SKIP')