summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/watch
diff options
context:
space:
mode:
Diffstat (limited to 'xdgmenumaker/debian/watch')
-rw-r--r--xdgmenumaker/debian/watch5
1 files changed, 5 insertions, 0 deletions
diff --git a/xdgmenumaker/debian/watch b/xdgmenumaker/debian/watch
new file mode 100644
index 0000000..427067e
--- /dev/null
+++ b/xdgmenumaker/debian/watch
@@ -0,0 +1,5 @@
+# You must remove unused comment lines for the released package.
+version=4
+opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/xdgmenumaker-$1\.tar\.gz/ \
+ https://github.com/gapan/xdgmenumaker/tags .*/v?(\d\S+)\.tar\.gz
+
bgstack15