From 847e1a127475f4ca80f53e825d37c74c968b9b62 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 18 Mar 2017 00:48:42 +0100 Subject: [PATCH] libtorrent-rasterbar: fix update-check --- srcpkgs/libtorrent-rasterbar/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/update b/srcpkgs/libtorrent-rasterbar/update index 2f098c594ea..1e40d58c7c3 100644 --- a/srcpkgs/libtorrent-rasterbar/update +++ b/srcpkgs/libtorrent-rasterbar/update @@ -1 +1,2 @@ -pattern='libtorrent-\K[\d]+_[\d]+_[\d]+' +site='https://github.com/arvidn/libtorrent/releases' +pattern='libtorrent-rasterbar-\K[\d\.]+(?=\.tar\.gz")'