summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-01-05 13:00:36 -0300
committerRodrigo Bezerra2019-01-05 13:00:36 -0300
commita581e827667340db6f9aa9be5dc44cb70495435d (patch)
tree434bc3b9b66bfcc98cb1c463ecff360f7871ff03
parent47e16d7c7b0c7b1d46847e1e92929e1395e09d10 (diff)
downloadaur-a581e827667340db6f9aa9be5dc44cb70495435d.tar.gz
Update to version 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6822a20430..2906f3697d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lib32-sbc
pkgdesc = Bluetooth Subband Codec (SBC) library (32-bit)
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
url = http://www.bluez.org/
arch = x86_64
license = GPL
license = LGPL
depends = lib32-glibc
depends = sbc
- source = http://www.kernel.org/pub/linux/bluetooth/sbc-1.3.tar.xz
- sha512sums = c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b
+ source = https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-1.4.tar.xz
+ sha512sums = f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f
pkgname = lib32-sbc
diff --git a/PKGBUILD b/PKGBUILD
index f1fffdb8b0d2..4d96df25ee74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_basename=sbc
pkgname="lib32-$_basename"
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc="Bluetooth Subband Codec (SBC) library (32-bit)"
arch=('x86_64')
url="http://www.bluez.org/"
license=('GPL' 'LGPL')
depends=('lib32-glibc' 'sbc')
-source=(http://www.kernel.org/pub/linux/bluetooth/$_basename-$pkgver.tar.xz)
-sha512sums=('c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b')
+source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$_basename-$pkgver.tar.xz)
+sha512sums=('f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f')
+
build() {
cd $_basename-$pkgver