summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')