summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce3424ad2cc7..35d1fa88d62a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = wofi-calc
- pkgdesc = Search code documentation from rofi
+ pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
pkgver = 1.0.r16.5e7024b
pkgrel = 1
url = https://github.com/Zeioth/wofi-calc.git
@@ -7,6 +7,9 @@ pkgbase = wofi-calc
arch = i686
license = MIT
makedepends = wofi
+ makedepends = libqalculate
+ depends = wofi
+ depends = libqalculate
provides = wofi-calc
conflicts = wofi-calc
source = git+https://github.com/Zeioth/wofi-calc.git
diff --git a/PKGBUILD b/PKGBUILD
index 25d72d6a22ca..a04ead2d24e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=wofi-calc
pkgver=1.0.r16.5e7024b
pkgrel=1
epoch=
-pkgdesc="Search code documentation from rofi"
+pkgdesc="A simple calculator for wofi, inspired in rofi-calc."
arch=(x86_64 i686)
url="https://github.com/Zeioth/wofi-calc.git"
license=('MIT')