summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrolv2024-03-25 23:50:36 +0000
committerrolv2024-03-25 23:50:36 +0000
commit87b2177920dd1e3d111e1cf9bd71776a4d59ca25 (patch)
tree1ee4321c2eb4faf4779fb4ab626baf812060c43a
parent83f6beeb7a6d3934efba9c60f29278c40ebad71e (diff)
downloadaur-rofi-calc-git.tar.gz
fix: add `libqalculate` to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ef99a4e686..4f2916a774d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rofi-calc-git
pkgdesc = Do calculations in rofi
pkgver = r181.12fe2d5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/svenstaro/rofi-calc
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = rofi-calc-git
makedepends = automake
makedepends = libtool
depends = rofi
+ depends = libqalculate
provides = rofi-calc
conflicts = rofi-calc
source = git+https://github.com/svenstaro/rofi-calc
diff --git a/PKGBUILD b/PKGBUILD
index 51ed9b6d6e5a..a93d6e7dfe91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=rofi-calc-git
_pkgname=rofi-calc
pkgver=r181.12fe2d5
-pkgrel=1
+pkgrel=2
pkgdesc='Do calculations in rofi'
url='https://github.com/svenstaro/rofi-calc'
arch=('x86_64')
license=('MIT')
-depends=('rofi')
+depends=('rofi' 'libqalculate')
checkdepends=('check')
makedepends=("git" "autoconf" "automake" "libtool")
conflicts=("$_pkgname")