summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEHfive2018-12-31 12:17:28 +0800
committerEHfive2018-12-31 12:17:28 +0800
commit06d8cda0e380af2bb4c61374d9b45baa3b69c4af (patch)
treed63bd106bc5c6109394970a315787b5c7d34c1d0
parent3e7cce563b01d6ac43b5d623cb47c7503d5ba42e (diff)
downloadaur-06d8cda0e380af2bb4c61374d9b45baa3b69c4af.tar.gz
Add 'git' to makedepends; Remove 'replaces' condition
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386a5bcc48f2..48d80cb92e5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseaudio-modules-bt-git
pkgdesc = PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support
- pkgver = r72.7c3b700
+ pkgver = r81.48fdbbcd
pkgrel = 1
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
@@ -17,6 +17,7 @@ pkgbase = pulseaudio-modules-bt-git
makedepends = libavutil.so>=56-64
makedepends = libtool
makedepends = libldac
+ makedepends = git
depends = pulseaudio>=12.0
depends = bluez>=5.0
depends = bluez-libs>=5.0
@@ -27,7 +28,6 @@ pkgbase = pulseaudio-modules-bt-git
optdepends = libldac
provides = pulseaudio-bluetooth
conflicts = pulseaudio-bluetooth
- replaces = pulseaudio-bluetooth
source = git+https://github.com/EHfive/pulseaudio-modules-bt.git
source = git+https://github.com/pulseaudio/pulseaudio.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d85357cc199..95d871569e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: EHfive <eh5@sokka.cn>
pkgname=pulseaudio-modules-bt-git
-pkgver=r72.7c3b700
+pkgver=r81.48fdbbcd
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"
license=('LGPL')
depends=("pulseaudio>=12.0" "bluez>=5.0" "bluez-libs>=5.0" "sbc" "libfdk-aac")
-makedepends=("cmake>=3.0" "make" "pkg-config" "libavcodec.so>=58-64" "libavutil.so>=56-64" "libtool" "libldac")
+makedepends=("cmake>=3.0" "make" "pkg-config" "libavcodec.so>=58-64" "libavutil.so>=56-64" "libtool" "libldac" "git")
optdepends=("libavcodec.so>=58-64" "libavutil.so>=56-64" "libldac")
provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth")
-replaces=("pulseaudio-bluetooth")
source=("git+https://github.com/EHfive/pulseaudio-modules-bt.git"
"git+https://github.com/pulseaudio/pulseaudio.git")