summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
committerB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
commit69001f6e35ac4d49d6ceab76344854fa77e808e2 (patch)
treeae20854b6feb039bcc7f92c145b7ff264f1d9130 /xdgmenumaker/debian/watch
parentMerge branch 'xdg-themes-stackrpms-bump' into 'master' (diff)
parentadd xdgmenumaker-user script and menu entry (diff)
downloadstackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.gz
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.bz2
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.zip
Merge branch 'updates' into 'master'
veracrypt, xdgmenumaker, ublock-origin, notepadpp, palemoon, xseticon dpkg Closes #16 See merge request bgstack15/stackrpms!122
Diffstat (limited to 'xdgmenumaker/debian/watch')
-rw-r--r--xdgmenumaker/debian/watch3
1 files changed, 1 insertions, 2 deletions
diff --git a/xdgmenumaker/debian/watch b/xdgmenumaker/debian/watch
index 427067e..731a85b 100644
--- a/xdgmenumaker/debian/watch
+++ b/xdgmenumaker/debian/watch
@@ -1,5 +1,4 @@
# You must remove unused comment lines for the released package.
version=4
-opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/xdgmenumaker-$1\.tar\.gz/ \
+#opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/xdgmenumaker-$1\.tar\.gz/ \
https://github.com/gapan/xdgmenumaker/tags .*/v?(\d\S+)\.tar\.gz
-
bgstack15