Date: Thursday, February 18, 2021 @ 22:21:09 Author: heftig Revision: 408499
1.5-2 Modified: sbc/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-18 17:37:53 UTC (rev 408498) +++ PKGBUILD 2021-02-18 22:21:09 UTC (rev 408499) @@ -2,15 +2,16 @@ pkgname=sbc pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Bluetooth Subband Codec (SBC) library" -url="http://www.bluez.org/" +url="https://git.kernel.org/pub/scm/bluetooth/sbc.git" arch=(x86_64) license=(GPL LGPL) depends=(glibc) makedepends=(git) +provides=(libsbc.so) _commit=b2c20a3ecf5ed00f63c94077a9762b505935ede9 # tags/1.5^0 -source=("git+https://git.kernel.org/pub/scm/bluetooth/sbc.git#commit=$_commit") +source=("git+$url#commit=$_commit") sha512sums=('SKIP') pkgver() {
