fix(packages): add cmake makedepend to aur source pkgbuild (#91)

This commit is contained in:
RiDDiX
2026-04-28 13:10:17 +02:00
committed by GitHub
parent e4b0b10393
commit bcf791d84c
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
pkgsubn=pwsp
pkgname=pwsp
pkgver=1.7.5
pkgrel=1
pkgrel=2
pkgdesc="Lets you play audio files through your microphone"
arch=('any')
url="https://github.com/arabianq/pipewire-soundpad"
license=('MIT')
makedepends=(clang rust cargo pipewire alsa-lib)
makedepends=(clang rust cargo cmake pipewire alsa-lib)
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP')