summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-06-07 19:04:04 +0900
committerhayao2020-06-07 19:04:04 +0900
commit1b922cfd9e25609d340f44f9d08ed1bdd15aa577 (patch)
treea7042d8ca0032aab2e4da0b9721d02fe3a197c13
parent89b81798bf261bc7e6f7fbebb83af374106da61e (diff)
downloadaur-1b922cfd9e25609d340f44f9d08ed1bdd15aa577.tar.gz
[update] : Updated v1.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ae628f1a9f..e5980f3fbd56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulseaudio-modules-bt
pkgdesc = PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
arch = x86_64
@@ -24,10 +24,10 @@ pkgbase = pulseaudio-modules-bt
provides = pulseaudio-bluetooth
conflicts = pulseaudio-bluetooth
conflicts = pulseaudio-modules-bt-git
- source = https://github.com/EHfive/pulseaudio-modules-bt/archive/v1.3.zip
+ source = https://github.com/EHfive/pulseaudio-modules-bt/archive/v1.4.zip
source = https://github.com/pulseaudio/pulseaudio/archive/v13.99.1.zip
- md5sums = SKIP
- md5sums = SKIP
+ md5sums = 711a7f930321e56706acdb441de0e432
+ md5sums = a0af6ae3ad144a11393c5d0cdbcd2951
pkgname = pulseaudio-modules-bt
diff --git a/PKGBUILD b/PKGBUILD
index 9ea24f8ff45d..c0ec0bfd6577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: EHfive <eh5@sokka.cn>
pkgname=pulseaudio-modules-bt
-pkgver=1.3
+pkgver=1.4
pulseaudio_ver=13.99.1
-pkgrel=2
+pkgrel=1
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
@@ -19,7 +19,7 @@ conflicts=("pulseaudio-bluetooth" "pulseaudio-modules-bt-git")
source=("https://github.com/EHfive/pulseaudio-modules-bt/archive/v${pkgver}.zip"
"https://github.com/pulseaudio/pulseaudio/archive/v${pulseaudio_ver}.zip")
-md5sums=('SKIP' 'SKIP')
+md5sums=('711a7f930321e56706acdb441de0e432' 'a0af6ae3ad144a11393c5d0cdbcd2951')
prepare() {
cd "$srcdir/pulseaudio-modules-bt-${pkgver}"