diff options
author | Thomas Weißschuh | 2024-11-28 22:13:17 +0100 |
---|---|---|
committer | Thomas Weißschuh | 2024-11-28 22:13:17 +0100 |
commit | f2ca8ad0e07798de6f3a836a63e397b6c37e444a (patch) | |
tree | 0fd9f0c0332508f542c2b3ec6e33bfd5864f29cf | |
parent | 98b60ffc64eee750e09edcc256c55d6430a6f58f (diff) | |
download | aur-kraft.tar.gz |
update dependencies
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 6 deletions
@@ -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 @@ -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' |