diff --git a/PKGBUILD b/PKGBUILD index 809e8a1..3360328 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,16 @@ _pkgname=rofi-bluetooth pkgname="${_pkgname}" -pkgver=r20.893db1f -_commit="893db1f2b549e7bc0e9c62e7670314349a29cdf2" -pkgrel=2 +pkgver=r21.74f9352 +_commit="74f935207d833186a988a8ed6cd506c2c4e878e7" +pkgrel=1 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/ClydeDroid/rofi-bluetooth' license=('GPL-3.0') depends=('rofi' 'bluez-utils') makedepends=('git') -source=("${_pkgname}::git+https://github.com/ClydeDroid/rofi-bluetooth.git#commit=${_commit}") +source=("${_pkgname}::git+https://github.com/boredland/rofi-bluetooth.git#commit=${_commit}") md5sums=('SKIP') prepare() {