summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2024-03-08 07:21:11 +0100
committerThomas Weißschuh2024-03-08 07:21:11 +0100
commitacbc2f867e9b955645fa690f801b0f09f12a8248 (patch)
treed4b588b13c1c04a55004e0f4c1dd76d069f53cc5
parent802d49dc20b85f06f04bc57198dc26514377364d (diff)
downloadaur-kraft.tar.gz
version 1.1-2
* compatibility with new kde6 packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6a751a2d3b..3e68ccec37b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kraft
pkgdesc = Kraft helps you to handle documents like quotes and invoices in your small business.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.volle-kraft-voraus.de/
arch = x86_64
license = GPL
@@ -9,7 +9,7 @@ pkgbase = kraft
makedepends = extra-cmake-modules
makedepends = asciidoctor
makedepends = po4a
- depends = akonadi-contacts>=23.08.0-1
+ depends = akonadi-contacts5
depends = akonadi
depends = ctemplate
optdepends = python-reportlab: default PDF generator
diff --git a/PKGBUILD b/PKGBUILD
index 768ffe4547a1..15ec9dd51b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=kraft
pkgver=1.1
_ver=v$pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="Kraft helps you to handle documents like quotes and invoices in your small business."
arch=('x86_64')
url="http://www.volle-kraft-voraus.de/"
license=('GPL')
depends=(
- 'akonadi-contacts>=23.08.0-1' 'akonadi' 'ctemplate'
+ 'akonadi-contacts5' 'akonadi' 'ctemplate'
)
optdepends=(
'python-reportlab: default PDF generator'