summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2024-11-28 22:13:17 +0100
committerThomas Weißschuh2024-11-28 22:13:17 +0100
commitf2ca8ad0e07798de6f3a836a63e397b6c37e444a (patch)
tree0fd9f0c0332508f542c2b3ec6e33bfd5864f29cf
parent98b60ffc64eee750e09edcc256c55d6430a6f58f (diff)
downloadaur-kraft.tar.gz
update dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b09af6b3ad..043ca57f6a66 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.
+ pkgdesc = Handle documents like quotes and invoices in your small business.
pkgver = 1.2.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.volle-kraft-voraus.de/
arch = x86_64
license = GPL-2.0-only
@@ -9,7 +9,11 @@ pkgbase = kraft
makedepends = extra-cmake-modules
makedepends = asciidoctor
makedepends = po4a
- depends = akonadi
+ depends = qt5-base
+ depends = qt5-svg
+ depends = grantlee
+ depends = kcontacts5
+ depends = ki18n5
depends = ctemplate
optdepends = python-reportlab: default PDF generator
optdepends = python-pypdf2: default PDF generator
diff --git a/PKGBUILD b/PKGBUILD
index 1ae19b0f14cc..245a04ce750f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=kraft
pkgver=1.2.1
_ver=v$pkgver
-pkgrel=4
-pkgdesc="Kraft helps you to handle documents like quotes and invoices in your small business."
+pkgrel=5
+pkgdesc="Handle documents like quotes and invoices in your small business."
arch=('x86_64')
url="http://www.volle-kraft-voraus.de/"
license=('GPL-2.0-only')
depends=(
- 'akonadi' 'ctemplate'
+ 'qt5-base' 'qt5-svg' 'grantlee' 'kcontacts5' 'ki18n5' 'ctemplate'
)
optdepends=(
'python-reportlab: default PDF generator'