diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/bluez/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/bluez/PKGBUILD b/abs/extra/bluez/PKGBUILD index 2b2ffd4..584854d 100644 --- a/abs/extra/bluez/PKGBUILD +++ b/abs/extra/bluez/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=bluez -pkgver=4.89 -pkgrel=2 +pkgver=4.90 +pkgrel=1 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64') @@ -64,5 +64,5 @@ package() { sed -i 's#/usr/bin/python#/usr/bin/python2#' \ ${pkgdir}/usr/bin/bluez-simple-agent } -md5sums=('e35936694cc745987ebce2053c51a840' +md5sums=('b111de22ff0f5c2b31f62b6be44dca00' 'd12be5b494525bb1ba6eac5c3983dd3e') |