summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Mev2023-09-10 21:59:30 +0100
committerAlec Mev2023-09-10 21:59:30 +0100
commit503b0b5ddc924b1bf6fd8706954000d8b61081ec (patch)
tree2d4e1eabfe127f162df6e1027fe4f80d18ff16b1
parent612a93732e0a5fed716b15061b1a899f0889e1f7 (diff)
downloadaur-rofi-bluetooth-git.tar.gz
Add bc to depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21299057d074..fc60282945f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = rofi-bluetooth-git
pkgdesc = A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info
- pkgver = r18.3b85658
- pkgrel = 4
+ pkgver = r33.9d91c04
+ pkgrel = 2
url = https://github.com/nickclyde/rofi-bluetooth
arch = any
license = GPL-3.0
makedepends = git
- depends = rofi
+ depends = bc
depends = bluez-utils
+ depends = rofi
source = rofi-bluetooth::git+https://github.com/nickclyde/rofi-bluetooth.git
md5sums = SKIP
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')