Date: Wednesday, November 6, 2019 @ 13:29:18 Author: foutrelis Revision: 524352
Python 3.8 rebuild Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-06 12:33:14 UTC (rev 524351) +++ PKGBUILD 2019-11-06 13:29:18 UTC (rev 524352) @@ -27,7 +27,7 @@ # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build - sed -e "s|dependency('python3'|dependency('python3-embed'|' -i meson.build # Fix build with python 3.8 + sed -e "s|dependency('python3'|dependency('python3-embed'|" -i meson.build # Fix build with python 3.8 } build() {
