[neon/backports-focal/libaqbanking/Neon/release] debian: debian/watch: Fix regex to match stable releases too

Micha Lenk null at kde.org
Wed Mar 24 09:53:22 GMT 2021


Git commit e2cab2cf02d0c5300a5db84220905f4259627a6b by Micha Lenk.
Committed on 01/03/2020 at 08:43.
Pushed by jriddell into branch 'Neon/release'.

debian/watch: Fix regex to match stable releases too

M  +2    -2    debian/watch

https://invent.kde.org/neon/backports-focal/libaqbanking/commit/e2cab2cf02d0c5300a5db84220905f4259627a6b

diff --git a/debian/watch b/debian/watch
index bd25aec..3839f6a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="filenamemangle=s/.*\/aqbanking/libaqbanking/" \
+opts="filenamemangle=s/aqbanking/libaqbanking/" \
   https://www.aquamaniac.de/rdm/projects/aqbanking/files \
-  /rdm/attachments/download/.*/aqbanking-([\d.]+[\d]+(?:beta|rc\d*)).tar.gz debian uupdate
+  /rdm/attachments/download/.*/aqbanking-([\d.]+[\d]+(?:beta|rc\d*)?).tar.gz debian uupdate



More information about the Neon-commits mailing list