fix: build

This commit is contained in:
Yiyang Kang 2022-04-14 11:13:52 +08:00
parent eb79670b10
commit 2f7f39a693
Signed by: kkyy
GPG key ID: 80FD317ECAF06CC3
4 changed files with 30 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Colin Reeder <colin AT reederhome DOT net>
pkgname=pa-applet-git
pkgver=19.3b4f8b3
pkgrel=1
pkgrel=3
pkgdesc="PulseAudio control applet"
arch=(i686 x86_64)
url="https://github.com/fernandotcl/pa-applet"
@ -11,13 +11,13 @@ makedepends=('git')
options=('!libtool')
source=(
"$pkgname"::'git://github.com/fernandotcl/pa-applet.git'
"$pkgname"::'git+https://github.com/fernandotcl/pa-applet.git'
'smaller_volume_step.patch'
)
sha256sums=(
'SKIP'
'889a9d5fadd29032655cef126b6c3895121706865098c249636be5b3d9d3fbd2'
b2sums=(
SKIP
904312b9170b3a7c8e5c1f3fece067e41db987866b208d98594e408a527de00e3b0e500a8557655ef14582492f37eff380ad01e53cf64b67f8cdd20ad2c34646
)
pkgver() {
@ -35,7 +35,7 @@ build() {
CFLAGS+=" -Wno-error"
./autogen.sh
./configure --prefix=/usr
make -j$(nproc)
make
}
package() {