summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornzbr2021-02-10 01:56:34 +0100
committernzbr2021-02-10 01:56:34 +0100
commit79e396dfd6dff205df2f309063cd3f63f7e31e89 (patch)
tree3830d1fbde0bb9dda6faacac7c69d4a9f0110999
parentdc79f627eeaba6908556954895eeb4d9d1127412 (diff)
downloadaur-razer-nari-pulseaudio-profile.tar.gz
Fix for pulseaudio>=14.2-2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df418e038648..0353b054b166 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = razer-nari-pulseaudio-profile
pkgdesc = Pulseaudio profile for Razer Nari
- pkgver = 20201023
+ pkgver = 20210210
pkgrel = 0
url = https://github.com/imustafin/razer-nari-pulseaudio-profile
arch = any
license = MIT
- depends = pulseaudio>=13.99.2+7+g6101798c7-1
- source = razer-nari-pulseaudio-profile-20201023::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=dbcf384fbe788087872601b9b4112594454a0825
+ depends = pulseaudio>=14.2-2
+ source = razer-nari-pulseaudio-profile-20210210::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=dbcf384fbe788087872601b9b4112594454a0825
md5sums = SKIP
pkgname = razer-nari-pulseaudio-profile
diff --git a/PKGBUILD b/PKGBUILD
index 1483e511e34a..f042b2979a12 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: nzbr <aur@nzbr.de>
pkgname=razer-nari-pulseaudio-profile
-pkgver=20201023
+pkgver=20210210
pkgrel=0
pkgdesc="Pulseaudio profile for Razer Nari"
arch=('any')
url="https://github.com/imustafin/razer-nari-pulseaudio-profile"
license=('MIT')
-depends=('pulseaudio>=13.99.2+7+g6101798c7-1')
+depends=('pulseaudio>=14.2-2')
source=("$pkgname-$pkgver::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=dbcf384fbe788087872601b9b4112594454a0825")
md5sums=('SKIP')
@@ -16,8 +16,8 @@ package() {
cd $pkgname-$pkgver
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 -t "$pkgdir/usr/share/alsa-card-profile/mixer/paths/" razer-nari-{input,output-{game,chat}}.conf
- install -Dm644 -t "$pkgdir/usr/share/alsa-card-profile/mixer/profile-sets/" razer-nari-usb-audio.conf
+ install -Dm644 -t "$pkgdir/usr/share/pulseaudio/alsa-mixer/paths/" razer-nari-{input,output-{game,chat}}.conf
+ install -Dm644 -t "$pkgdir/usr/share/pulseaudio/alsa-mixer/profile-sets/" razer-nari-usb-audio.conf
install -Dm644 -t "$pkgdir/usr/lib/udev/rules.d/" 91-pulseaudio-razer-nari.rules
}