diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template index 83a347c0706..0a2f2db16b4 100644 --- a/srcpkgs/hangups/template +++ b/srcpkgs/hangups/template @@ -1,6 +1,6 @@ # Template file for 'hangups' pkgname=hangups -version=0.4.6 +version=0.4.9 revision=1 build_style=python3-module pycompile_module="hangups" @@ -13,7 +13,7 @@ maintainer="Alex Childs " license="MIT" homepage="https://github.com/tdryer/hangups" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=bb20f61fe92e030d26fdf9118b9f86a3274eb4e7e4bcb7a1d914768ed0a648b7 +checksum=fa5c7e1e8527b02a50add508affddfb27ab72413e8970302fafe4aea191a9335 pre_build() { # Remove version constraint on packages that have @@ -23,6 +23,7 @@ pre_build() { -e "s|ReParser==.*,|ReParser',|" \ -e "s|ConfigArgParse==.*,|ConfigArgParse',|" \ -e "s|readlike==.*,|readlike',|" \ + -e "s|protobuf>=.*,|protobuf',|" \ -i setup.py }