summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-02-23 12:34:55 -0700
committergustawho2021-02-23 12:34:55 -0700
commit4ad9fcfe21238873e6fd0c755ebda4baaf4a8460 (patch)
tree4bf013f3d734d131717c202630ad8cbe7858f0a1 /PKGBUILD
parentba72bbe1896f57bbe2decdc594bfa5df3ea27533 (diff)
downloadaur-4ad9fcfe21238873e6fd0c755ebda4baaf4a8460.tar.gz
Added missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58ca2e534925..f0c15c8f9c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=kalk-git
-pkgver=V0.1.r79.g1e6254b
-pkgrel=1
+pkgver=v0.2.r3.g9eb1d6d
+pkgrel=2
pkgdesc="Kalk is a powerful cross-platfrom calculator application built with the Kirigami framework"
arch=('x86_64')
url="https://invent.kde.org/plasma-mobile/kalk"
license=('GPL3')
-depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2' 'kunitconversion' 'kdbusaddons' 'plasma-framework')
+depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2' 'kunitconversion'
+ 'kdbusaddons' 'plasma-framework' 'gmp' 'mpfr')
makedepends=('git' 'qt5-tools' 'extra-cmake-modules')
provides=('kalk')
conflicts=('kalk')