summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-03-03 01:55:32 +0200
committerAdrian Perez de Castro2022-03-03 01:55:32 +0200
commit3a7abd9ba12dc17b22c6b02704df0720b07a1a97 (patch)
tree5931a4d7cc5d5cdeac95534b58f8f58f7ee27b54
parente5e0c4197834155eb1b50ae08e6d2f36a88f46d3 (diff)
downloadaur-3a7abd9ba12dc17b22c6b02704df0720b07a1a97.tar.gz
Depend on python-liblarch>=3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc01c7ac7d69..c183e6c882c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtg
pkgdesc = Personal GTD like organizer for the GNOME desktop environment
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/GTG
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = gtg
depends = python-caldav
depends = python-dbus
depends = python-gobject
- depends = python-liblarch>=3.1
+ depends = python-liblarch>=3.2
depends = python-lxml
optdepends = pdftk: for the export and print plugin
optdepends = python-cheetah3: for the export and print plugin
diff --git a/PKGBUILD b/PKGBUILD
index 6b3f8ebe7077..9edded73f80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gtg
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Personal GTD like organizer for the GNOME desktop environment'
url=https://wiki.gnome.org/Apps/GTG
arch=(any)
license=(GPL)
depends=(hicolor-icon-theme python-cairo python-caldav python-dbus
- python-gobject 'python-liblarch>=3.1' python-lxml)
+ python-gobject 'python-liblarch>=3.2' python-lxml)
checkdepends=(python-mock python-nose)
makedepends=(meson ninja)
optdepends=('pdftk: for the export and print plugin'