wok diff python-llfuse/receipt @ rev 24303

linux64-aufs: fix git branch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 15 16:48:52 2022 +0000 (2022-01-15)
parents 3969374b97db
children 076f424196b2
line diff
     1.1 --- a/python-llfuse/receipt	Mon Apr 06 09:13:27 2020 +0100
     1.2 +++ b/python-llfuse/receipt	Sat Jan 15 16:48:52 2022 +0000
     1.3 @@ -16,6 +16,11 @@
     1.4  BUILD_DEPENDS="attr-dev fuse-dev openssl python python-dev python-distribute 
     1.5  	python-setuptools"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
    1.10 +}
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {