aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulsemixer/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pulsemixer/APKBUILD')
-rw-r--r--community/pulsemixer/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pulsemixer/APKBUILD b/community/pulsemixer/APKBUILD
index 5b9a84eb881..bf62656c481 100644
--- a/community/pulsemixer/APKBUILD
+++ b/community/pulsemixer/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=pulsemixer
pkgver=1.5.1
-pkgrel=2
+pkgrel=4
pkgdesc="CLI and curses mixer for PulseAudio"
url="https://github.com/GeorgeFilipkin/pulsemixer"
arch="noarch"
@@ -17,7 +17,7 @@ build() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be pulsemixer-1.5.1.tar.gz"