From 000b9ad48d5ca268af550c6505b32978819c8f2b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Oct 2022 15:06:09 +0200 Subject: [PATCH] subtitleeditor: rebuild against gstreamermm --- srcpkgs/subtitleeditor/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/subtitleeditor/template b/srcpkgs/subtitleeditor/template index 33e0b864935..c0867e3ba2b 100644 --- a/srcpkgs/subtitleeditor/template +++ b/srcpkgs/subtitleeditor/template @@ -1,7 +1,7 @@ # Template file for 'subtitleeditor' pkgname=subtitleeditor version=0.54.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="autogen automake intltool libtool pkg-config gettext-devel" makedepends="gtk+3-devel gtkmm-devel enchant2-devel libxml++-devel @@ -11,11 +11,11 @@ short_desc="Subtitle Editor is a GTK+3 tool to edit subtitles" maintainer="newbluemoon " license="GPL-3.0-or-later" homepage="https://kitone.github.io/subtitleeditor/" -distfiles="https://github.com/kitone/${pkgname}/archive/${version}.tar.gz" +distfiles="https://github.com/kitone/subtitleeditor/archive/${version}.tar.gz" checksum=47713c6268b32ed3fe43073e07e14e3075acab7ed305d21d95b224b51ebcba14 pre_configure() { NOCONFIGURE=1 ./autogen.sh - sed -i 's/enchant >=/enchant-2 >=/' configure + vsed -i 's/enchant >=/enchant-2 >=/' configure }