puzzles: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:17 +00:00
parent ab9a9f739f
commit d5bdd24d6d
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@ short_desc="Simon Tatham's Portable Puzzle Collection"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
update_site="http://svn.tartarus.org/sgt/puzzles/"
update_pattern='Revision\s\K\d+(?=.*of)'
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"
checksum=4c9a160807f72ed3e19eb4ff03055eeab40c250fa674f78c1c7c98f306c509c3

2
srcpkgs/puzzles/update Normal file
View File

@ -0,0 +1,2 @@
site="http://svn.tartarus.org/sgt/puzzles/"
pattern='Revision\s\K\d+(?=.*of)'