mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/sbc to 1.4-1
This commit is contained in:
parent
3b8c14bdd8
commit
7d719fb261
1 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -6,16 +5,16 @@
|
|||
# - patch to fix enabling high precision
|
||||
|
||||
pkgname=sbc
|
||||
pkgver=1.3
|
||||
pkgrel=2.2
|
||||
pkgver=1.4
|
||||
pkgrel=1
|
||||
pkgdesc="Bluetooth Subband Codec (SBC) library"
|
||||
arch=('x86_64')
|
||||
url="http://www.bluez.org/"
|
||||
license=('GPL' 'LGPL')
|
||||
depends=('glibc')
|
||||
source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz
|
||||
arch=(x86_64)
|
||||
license=(GPL LGPL)
|
||||
depends=(glibc)
|
||||
source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz
|
||||
0001-Add-config.h-in-sbc-sbc_primitives.h.patch)
|
||||
sha512sums=('c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b'
|
||||
sha512sums=('f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f'
|
||||
'c2810208cc8b7a80361c4decc9e56ac26d1409174bff450a7f7c30e4b494292fcad7e78664a9fc981dd260cc2a699ad991954a29bbab497413941a7db3178d73')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue