summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlec Mev2023-09-10 21:59:30 +0100
committerAlec Mev2023-09-10 21:59:30 +0100
commit503b0b5ddc924b1bf6fd8706954000d8b61081ec (patch)
tree2d4e1eabfe127f162df6e1027fe4f80d18ff16b1 /PKGBUILD
parent612a93732e0a5fed716b15061b1a899f0889e1f7 (diff)
downloadaur-rofi-bluetooth-git.tar.gz
Add bc to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5ca450eaa04..3fdf80e9f086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,16 @@
_pkgname=rofi-bluetooth
pkgname="${_pkgname}-git"
pkgver=r33.9d91c04
-pkgrel=1
+pkgrel=2
pkgdesc='A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info'
arch=('any')
url='https://github.com/nickclyde/rofi-bluetooth'
license=('GPL-3.0')
-depends=('rofi' 'bluez-utils')
+depends=(
+ 'bc'
+ 'bluez-utils'
+ 'rofi'
+)
makedepends=('git')
source=("${_pkgname}::git+https://github.com/nickclyde/rofi-bluetooth.git")
md5sums=('SKIP')