Skip to content

Commit a06f4c9

Browse files
committed
[pulseaudio-modules-nemo] Update to 14.2.31
1 parent 90cf453 commit a06f4c9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pulseaudio-modules-nemo/PKGBUILD

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
22
# Maintainer: Chupligin Sergey (NeoChapay) <neochapay@gmail.com>
33

44
pkgname=pulseaudio-modules-nemo
5-
pkgver=14.2.31
6-
PA_MODULE_VERSION=30
5+
pkgver=14.2.32
76
pkgrel=1
87
pkgdesc="PulseAudio modules for Nemo"
98
arch=('x86_64' 'aarch64')
109
url="https://github.com/sailfishos/pulseaudio-modules-nemo"
1110
license=('LGPLv2+')
12-
depends=('libpulse' 'alsa-lib' 'pulseaudio')
13-
makedepends=('meson' 'pulsecore-headers' 'check')
11+
depends=('libpulse' 'alsa-lib' 'manjaro-pulse')
12+
makedepends=('meson' 'pulsecore-headers' 'check' 'manjaro-pulse')
1413
source=("${url}/archive/refs/tags/$pkgver.tar.gz"
1514
'0001-stream-restore-nemo-fix-path-for-L-usr-lib-pulseaudi.patch'
1615
)
17-
sha256sums=('26e0906c41d1d647c0e7d37afb99070752a3d30e6a4c281ae106888e5a0d5896'
16+
sha256sums=('e8b2a05dd776bb9e0f4ebbae40d905f612e82df334447fc8d12c5bf7121eb96f'
1817
'10ef9e02d8238751d57c6b9631b5ef5b0b987d06055ef3ad633fa52c5cec3e4c'
1918
)
2019

2120
prepare() {
2221
cd $pkgname-$pkgver
23-
echo "$(pulseaudio --version | sed 's/pulseaudio \|//').${PA_MODULE_VERSION}" > .tarball-version
22+
echo "${pkgver}" > .tarball-version
2423
patch -p1 --input="${srcdir}/0001-stream-restore-nemo-fix-path-for-L-usr-lib-pulseaudi.patch"
2524
}
2625

0 commit comments

Comments
 (0)