Author: plessy Date: 2016-07-21 03:46:29 +0000 (Thu, 21 Jul 2016) New Revision: 22594
Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/watch Log: Correct regular expression with non-capturing group. Otherwise, the version number looks like 0.5.0.gz. Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/watch 2016-07-20 08:48:47 UTC (rev 22593) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/watch 2016-07-21 03:46:29 UTC (rev 22594) @@ -1,3 +1,3 @@ version=3 -http://cran.r-project.org/src/contrib/dplyr_([-0-9\.]*)\.tar\.(gz|bz2|xz) +http://cran.r-project.org/src/contrib/dplyr_([-0-9\.]*)\.tar\.(?:gz|bz2|xz) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
