Update PKGBUILD and .SRCINFO for v0.2.0
parent
c82f69b67e
commit
44d4df4171
|
|
@ -0,0 +1,21 @@
|
|||
pkgbase = turn-up-arch
|
||||
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/sean351/turn-up-arch
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-hatchling
|
||||
depends = python
|
||||
depends = python-pyserial
|
||||
depends = python-pulsectl
|
||||
depends = pipewire-pulse
|
||||
optdepends = playerctl: media key support via button commands
|
||||
optdepends = pulseaudio: alternative to pipewire-pulse
|
||||
source = turn-up-arch-0.2.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v0.2.0.tar.gz
|
||||
sha256sums = 95490b1df06979d06317a0b1e87311d9e9428f4b652df1c1ab32dc4966d32cc2
|
||||
|
||||
pkgname = turn-up-arch
|
||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
'pulseaudio: alternative to pipewire-pulse'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('2579747a47457ded497091793c11d2486293f5902c2d6f184ac935b4a21ef17d')
|
||||
sha256sums=('95490b1df06979d06317a0b1e87311d9e9428f4b652df1c1ab32dc4966d32cc2')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Reference in New Issue