From 9284040327c223b6fcd8e70d2219dd5854d8a5b1 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Tue, 12 Mar 2019 21:29:21 -0500 Subject: [PATCH] hangups: update to 0.4.9 --- srcpkgs/hangups/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }