summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Weißschuh2020-01-19 10:51:35 +0100
committerThomas Weißschuh2020-01-19 10:52:11 +0100
commit6a3a491fdc5a981793c57b86a47c76a81e42a39a (patch)
treee0f25fca07e12a5a1bf154a4600482d9a0b7720e /PKGBUILD
parent07636cb970452f1cea214fa8e60b442e53775c75 (diff)
downloadaur-6a3a491fdc5a981793c57b86a47c76a81e42a39a.tar.gz
upgpkg: kraft 0.90-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c686cad4d954..5ee098520f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,17 @@
pkgname=kraft
pkgver=0.90
-pkgrel=1
+pkgrel=2
pkgdesc="A program suitable for all trades or crafts"
arch=('i686' 'x86_64')
url="http://www.volle-kraft-voraus.de/"
license=('GPL')
-depends=('boost' 'akonadi-contacts' 'ctemplate' 'python2-reportlab' 'python2-pypdf2')
+depends=('boost' 'akonadi-contacts' 'ctemplate' 'python-reportlab' 'python-pypdf2')
makedepends=('cmake' 'extra-cmake-modules')
-source=("https://github.com/dragotin/kraft/archive/v${pkgver}.tar.gz")
+source=(
+ "https://github.com/dragotin/kraft/archive/v${pkgver}.tar.gz"
+ "7eff90f462c740b527a1484e31383ea707351180.patch"
+)
prepare() {
@@ -45,4 +48,5 @@ package() {
make "DESTDIR=${pkgdir}" install
}
-sha256sums=('53d8e1afd6a0e9554a5bde44b654c11130f9ac43327759772351710ae1cb6f6b')
+sha256sums=('53d8e1afd6a0e9554a5bde44b654c11130f9ac43327759772351710ae1cb6f6b'
+ '9352224cb3461ea051c0faa7f494a772e286727a3eb029db8afa6c68a469d25a')