From 66f593a4034dea40a1c412e4151911215fb388a5 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:44 +0000 Subject: [PATCH] gpm: extract update_* to external update file --- srcpkgs/gpm/template | 3 --- srcpkgs/gpm/update | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/gpm/update diff --git a/srcpkgs/gpm/template b/srcpkgs/gpm/template index 4d6d658663f..ea76a63d8ff 100644 --- a/srcpkgs/gpm/template +++ b/srcpkgs/gpm/template @@ -10,9 +10,6 @@ short_desc="A mouse server for the console and xterm" maintainer="Juan RP " homepage="http://www.nico.schottelius.org/software/gpm/" license="GPL-2" -update_site="https://github.com/telmich/gpm/tags" -update_pattern='archive/\K[\d.]+(?=\.tar\.gz)' -update_ignore="1.99*" distfiles="http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${version}.tar.lzma" checksum=a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c diff --git a/srcpkgs/gpm/update b/srcpkgs/gpm/update new file mode 100644 index 00000000000..c25c7c578cb --- /dev/null +++ b/srcpkgs/gpm/update @@ -0,0 +1,3 @@ +site="https://github.com/telmich/gpm/tags" +pattern='archive/\K[\d.]+(?=\.tar\.gz)' +ignore="1.99*"