* update sbc to 2.0-2
This commit is contained in:
parent
60d0f2c40b
commit
e04a762853
15
sbc/.SRCINFO
Normal file
15
sbc/.SRCINFO
Normal file
@ -0,0 +1,15 @@
|
||||
pkgbase = sbc
|
||||
pkgdesc = Bluetooth Subband Codec (SBC) library
|
||||
pkgver = 2.0
|
||||
pkgrel = 2
|
||||
url = https://git.kernel.org/pub/scm/bluetooth/sbc.git
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = LGPL
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
provides = libsbc.so
|
||||
source = git+https://git.kernel.org/pub/scm/bluetooth/sbc.git#commit=8dc5d5ba381512ad5b1afa45c63ec6b0a3833244
|
||||
b2sums = c4b37f680dbae34bd39fe9b5db9a8240d982f77bb83b961f6dbd504c55f861c43dcf6a84b29a5622aacaf3e29fa0086fbb67e64b1ba2868bd6b9297f64f0154b
|
||||
|
||||
pkgname = sbc
|
3
sbc/.nvchecker.toml
Normal file
3
sbc/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[sbc]
|
||||
source = "git"
|
||||
git = "https://git.kernel.org/pub/scm/bluetooth/sbc.git"
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=sbc
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bluetooth Subband Codec (SBC) library"
|
||||
url="https://git.kernel.org/pub/scm/bluetooth/sbc.git"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -11,10 +11,9 @@ license=(GPL LGPL)
|
||||
depends=(glibc)
|
||||
makedepends=(git)
|
||||
provides=(libsbc.so)
|
||||
options=(debug)
|
||||
_commit=8dc5d5ba381512ad5b1afa45c63ec6b0a3833244 # tags/2.0^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('c4b37f680dbae34bd39fe9b5db9a8240d982f77bb83b961f6dbd504c55f861c43dcf6a84b29a5622aacaf3e29fa0086fbb67e64b1ba2868bd6b9297f64f0154b')
|
||||
|
||||
pkgver() {
|
||||
cd sbc
|
||||
|
Loading…
x
Reference in New Issue
Block a user