fuse-usmb: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:44 +00:00
parent 29a3171a27
commit 773be232d6
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,6 @@ short_desc="FUSE filesystem for SMB/CIFS shares"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://ametros.net/code.html#usmb"
update_site="http://repo.or.cz/w/usmb.git"
update_pattern='tags/\K[\d]+'
do_fetch() {
git clone -b${version} git://repo.or.cz/usmb.git ${pkgname}-${version}

2
srcpkgs/fuse-usmb/update Normal file
View File

@ -0,0 +1,2 @@
site="http://repo.or.cz/w/usmb.git"
pattern='tags/\K[\d]+'