[med-svn] r22594 - trunk/packages/R/r-cran-dplyr/trunk/debian
Charles Plessy
plessy at moszumanska.debian.org
Thu Jul 21 03:46:30 UTC 2016
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)
More information about the debian-med-commit
mailing list