diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-16 15:58:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-16 16:20:29 -0300 |
commit | e8b38a44f51c7df5c44079c1597139da373b7b0f (patch) | |
tree | d5d4d5285b64734b6c29dacca0b055dc1d55a8ff | |
parent | 85d5e68ff7ce329a49e35b49bde9cde36861b5ea (diff) | |
download | aports-e8b38a44f51c7df5c44079c1597139da373b7b0f.tar.bz2 aports-e8b38a44f51c7df5c44079c1597139da373b7b0f.tar.xz |
main/bluez: upgrade to 5.53
-rw-r--r-- | main/bluez/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD index 92463b9e3b..287076e13b 100644 --- a/main/bluez/APKBUILD +++ b/main/bluez/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=5.52 +pkgver=5.53 pkgrel=0 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" @@ -39,7 +39,6 @@ source="https://www.kernel.org/pub/linux/bluetooth/bluez-$pkgver.tar.xz " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -56,12 +55,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make install DESTDIR="$pkgdir" install -D -m644 src/main.conf "$pkgdir"/etc/bluetooth/main.conf @@ -136,7 +133,7 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/_bluetoothctl } -sha512sums="9024481910d1dee85578bf3d7a4fc4be2bece516e6216c91aa1a7ac18537f092b47c41c4a5506ddd7e279599d58002e98203c5439745c01df4dbc22a75234c84 bluez-5.52.tar.xz +sha512sums="62956e6293ec2517ec453dc7a6c82d34a8c446df8add8fe411b0a45fd5604817f3a19fbc646ad6f68df435f3cd2bd10ae040890e30db83b022f90b54cc6b3c74 bluez-5.53.tar.xz fc43c78ed248ea412529eed5ae8bb47bacca9bf5b3b10de121ddd4e792c85893561a88be4aa2c6318106e5d2146a721445152d44fa60ca257ca0b4eb87318c1e bluetooth.initd 8d7b7c8938a2316ce0a855e9bdf1ef8fcdf33d23f4011df828270a088b88b140a19c432e83fef15355d0829e3c86be05b63e7718fef88563254ea239b8dc12ac rfcomm.initd a70aa0dbbabe7e29ee81540a6f98bf191a850da55a28f678975635caf34b363cf4d461a801b3484120ee28fdd21240bd456a4f5d706262700924bd2e9a0972fb rfcomm.confd |