summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2021-01-16 13:16:49 +0900
committerhayao2021-01-16 13:16:49 +0900
commit904dc12671bb5eea007454e8f3561e41e315f24c (patch)
tree6ebbb1cc8cff44ade5cc9ca0bc1058e0f867dac9
parent6533978179712198eefe66df15cb5f48f6dbe97b (diff)
downloadaur-904dc12671bb5eea007454e8f3561e41e315f24c.tar.gz
[update] : Updated SRCINFO and pkgrel
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0174300a2ca1..a9270d6ae147 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.4_14.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
arch = x86_64
@@ -14,7 +14,6 @@ pkgbase = pulseaudio-modules-bt
makedepends = cmake>=3.0
makedepends = libavcodec.so>=58
makedepends = libldac
- makedepends = git
depends = pulseaudio>=12.0
depends = bluez
depends = bluez-libs
@@ -24,9 +23,7 @@ pkgbase = pulseaudio-modules-bt
optdepends = libldac: LDAC support
optdepends = pulseaudio=14.1: This package requires a specific PulseAudio version
provides = pulseaudio-bluetooth
- provides = pulseaudio-modules-bt-git
conflicts = pulseaudio-bluetooth
- conflicts = pulseaudio-modules-bt-git
source = pulseaudio-modules-bt-1.4.zip::https://github.com/EHfive/pulseaudio-modules-bt/archive/v1.4.zip
source = pulseaudio-14.1.zip::https://github.com/pulseaudio/pulseaudio/archive/v14.1.zip
md5sums = 711a7f930321e56706acdb441de0e432
diff --git a/PKGBUILD b/PKGBUILD
index 403038defca0..6ab25dc7eed6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ fi
pkgname="pulseaudio-modules-bt"
module_ver="1.4"
pkgver="${module_ver}_${pulseaudio_ver}"
-pkgrel="2"
+pkgrel="3"
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"