pulseeffects-legacy: fix checksum and wrksrc.
Project was renamed to easyeffects for its 6.x releases, so tarball prefix changed.
This commit is contained in:
parent
a518705b3a
commit
836eedd6ee
|
@ -2,7 +2,7 @@
|
|||
pkgname=pulseeffects-legacy
|
||||
version=4.8.5
|
||||
revision=3
|
||||
wrksrc="pulseeffects-${version}"
|
||||
wrksrc="easyeffects-${version}"
|
||||
build_style=meson
|
||||
hostmakedepends="itstool pkg-config gettext"
|
||||
makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
|
||||
|
@ -13,8 +13,8 @@ depends="calf gst-plugins-good1 gst-plugins-bad1"
|
|||
short_desc="Sound effects for systems using PulseAudio (legacy)"
|
||||
maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/wwmm/pulseeffects"
|
||||
changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
|
||||
distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
|
||||
checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
|
||||
homepage="https://github.com/wwmm/easyeffects"
|
||||
changelog="https://raw.githubusercontent.com/wwmm/easyeffects/pulseaudio-legacy/CHANGELOG.md"
|
||||
distfiles="https://github.com/wwmm/easyeffects/archive/v${version}.tar.gz"
|
||||
checksum=ff04fc3c768c2da9c1a06546b42f6fa7da5b2501b356fd733895b9e12fda7557
|
||||
conflicts="pulseeffects"
|
||||
|
|
Loading…
Reference in New Issue