hangups: update to 0.4.9

This commit is contained in:
Alex Childs 2019-03-12 21:29:21 -05:00 committed by maxice8
parent c181c1bbc3
commit 9284040327
1 changed files with 3 additions and 2 deletions

View File

@ -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 <misuchiru03+void@gmail.com>"
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
}