summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornzbr2020-10-23 01:29:37 +0200
committernzbr2020-10-23 01:29:37 +0200
commitdc79f627eeaba6908556954895eeb4d9d1127412 (patch)
tree1b5cba6211b4e028a0ce86b94c11aa61f8e51ae0
parent1e321309407d3a36700b1aa8a8a656bd57900d4e (diff)
downloadaur-dc79f627eeaba6908556954895eeb4d9d1127412.tar.gz
Fix for razer-nari-pulseaudio-profile#7 (hopefully)
Fix for more changed paths Remove duplicate files Update upstream commit Require at least current pulseaudio version
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47772bd01c86..df418e038648 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = razer-nari-pulseaudio-profile
pkgdesc = Pulseaudio profile for Razer Nari
- pkgver = 20201013
+ pkgver = 20201023
pkgrel = 0
url = https://github.com/imustafin/razer-nari-pulseaudio-profile
arch = any
license = MIT
- depends = pulseaudio
- source = razer-nari-pulseaudio-profile-20201013::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=91663a51f0c8aaaeddedefa005a46b12ca4592b1
+ 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
md5sums = SKIP
pkgname = razer-nari-pulseaudio-profile
diff --git a/PKGBUILD b/PKGBUILD
index 977bd6f98fb8..1483e511e34a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,23 @@
# Maintainer: nzbr <aur@nzbr.de>
pkgname=razer-nari-pulseaudio-profile
-pkgver=20201013
+pkgver=20201023
pkgrel=0
pkgdesc="Pulseaudio profile for Razer Nari"
arch=('any')
url="https://github.com/imustafin/razer-nari-pulseaudio-profile"
license=('MIT')
-depends=('pulseaudio')
+depends=('pulseaudio>=13.99.2+7+g6101798c7-1')
-source=("$pkgname-$pkgver::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=91663a51f0c8aaaeddedefa005a46b12ca4592b1")
+source=("$pkgname-$pkgver::git+https://github.com/imustafin/razer-nari-pulseaudio-profile.git#commit=dbcf384fbe788087872601b9b4112594454a0825")
md5sums=('SKIP')
package() {
cd $pkgname-$pkgver
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 -t "$pkgdir/usr/share/pulseaudio/alsa-mixer/paths/" razer-nari-{input,output-{game,chat}}.conf
+ 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/profile-sets/" razer-nari-usb-audio.conf
install -Dm644 -t "$pkgdir/usr/lib/udev/rules.d/" 91-pulseaudio-razer-nari.rules
}