wine: fix update-check

This commit is contained in:
Andrea Brancaleoni 2016-03-20 10:09:22 +01:00
parent 8f46ca5400
commit 8a956c7d0a

4
srcpkgs/wine/update Normal file
View file

@ -0,0 +1,4 @@
if [ ${build_option_staging} ]; then
site=https://api.github.com/repos/wine-compholio/wine-staging/tags
pattern="v\K[^\d]*([\d\.]+)"
fi