From 87062cb4ac15d76bc45657cd224db58a25788daf Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 18 Oct 2021 19:49:03 -0400 Subject: [PATCH] hexchat-python3: missing dependency & files - Was missing a dependency on python3-cffi - The associated python module had been left in the main package. --- srcpkgs/hexchat/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 9f11a75d3ad..97937999bb0 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.16.0 -revision=2 +revision=3 build_style=meson configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-text=false -Dwith-perl=/usr/bin/perl -Dwith-python=python3 @@ -49,9 +49,10 @@ hexchat-perl_package() { hexchat-python3_package() { lib32disabled=yes short_desc+=" - Python3 plugin" - depends="${sourcepkg}-${version}_${revision}" + depends="${sourcepkg}-${version}_${revision} python3-cffi" pkg_install() { vmove usr/lib/hexchat/plugins/python.so + vmove usr/lib/hexchat/python } }