From f299d6bbc7ce520137329712b3cbe0c87b41994c Mon Sep 17 00:00:00 2001 From: Zeioth Date: Sat, 25 Sep 2021 01:30:05 +0200 Subject: [PATCH] Dependencies updated --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2219bc8..7d9ee3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,8 +13,8 @@ arch=(x86_64 i686) url="https://github.com/Zeioth/wofi-calc.git" license=('MIT') groups=() -depends=() -makedepends=(wofi) +depends=(wofi libqalculate) +makedepends=(wofi libqalculate) checkdepends=() optdepends=() provides=(wofi-calc)