Author: pabs Date: 2012-03-20 14:01:48 +0000 (Tue, 20 Mar 2012) New Revision: 13402
Modified: packages/trunk/nikki/debian/watch Log: Improve watch file to check for tarballs with version suffixes and extensions other than tar.gz Modified: packages/trunk/nikki/debian/watch =================================================================== --- packages/trunk/nikki/debian/watch 2012-03-19 02:36:43 UTC (rev 13401) +++ packages/trunk/nikki/debian/watch 2012-03-20 14:01:48 UTC (rev 13402) @@ -1,2 +1,2 @@ version=3 -http://code.joyridelabs.de/tarballs/ nikki-([\d\.]+)\.tar\.gz +http://code.joyridelabs.de/tarballs/ nikki-([\d\.]+(?:-[a-z]+)?)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

