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