summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2021-07-05 12:02:07 -0300
committerRodrigo Bezerra2021-07-05 12:02:07 -0300
commit8eb97533dc4b229455a01d7da69ef08828b6027e (patch)
treeedc59d6fc9a608212fe1e1698da38561c03e5201
parent86608017f5085fa8a1ad747c4ce184bbe7e39054 (diff)
downloadaur-8eb97533dc4b229455a01d7da69ef08828b6027e.tar.gz
Update URLs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec092f87c687..8a21826e80c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lib32-sbc
pkgdesc = Bluetooth Subband Codec (SBC) library (32-bit)
pkgver = 1.5
- pkgrel = 1
- url = http://www.bluez.org/
+ pkgrel = 2
+ url = https://git.kernel.org/pub/scm/bluetooth/sbc.git
arch = x86_64
license = GPL
license = LGPL
@@ -14,4 +14,3 @@ pkgbase = lib32-sbc
sha512sums = SKIP
pkgname = lib32-sbc
-
diff --git a/PKGBUILD b/PKGBUILD
index d7a168d970fd..b2bc871ae1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_basename=sbc
pkgname=lib32-sbc
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Bluetooth Subband Codec (SBC) library (32-bit)"
-url="http://www.bluez.org/"
+url="https://git.kernel.org/pub/scm/bluetooth/sbc.git"
arch=(x86_64)
license=(GPL LGPL)
depends=(lib32-glibc sbc)
makedepends=(git lib32-gcc-libs)
_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() {