From 8a956c7d0a13b930b10c72377fafc2f0022e76af Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 20 Mar 2016 10:09:22 +0100 Subject: [PATCH] wine: fix update-check --- srcpkgs/wine/update | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 srcpkgs/wine/update diff --git a/srcpkgs/wine/update b/srcpkgs/wine/update new file mode 100644 index 00000000000..c74dcda775a --- /dev/null +++ b/srcpkgs/wine/update @@ -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