summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-02 21:53:32 -0500
committerB Stack <bgstack15@gmail.com>2020-01-02 21:53:32 -0500
commitb03e7119280c696daf4c8811d700f626d6d5949a (patch)
tree4d3d770249df82af0f8c773321b219f20b46d6fc /makemkv-oss
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.gz
stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.bz2
stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.zip
improve debian/watch files for many packages
Now that I read `man uscan` and https://wiki.debian.org/debian/watch
Diffstat (limited to 'makemkv-oss')
-rw-r--r--makemkv-oss/debian/watch7
1 files changed, 5 insertions, 2 deletions
diff --git a/makemkv-oss/debian/watch b/makemkv-oss/debian/watch
index 76575dc..361b976 100644
--- a/makemkv-oss/debian/watch
+++ b/makemkv-oss/debian/watch
@@ -1,2 +1,5 @@
-# You must remove unused comment lines for the released package.
-version=3
+# makemkv upstream prevents this from working but it is indeed this file:
+# https://www.makemkv.com/download/makemkv-oss-1.14.7.tar.gz
+version=4
+https://www.makemkv.com/download/ \
+ @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate
bgstack15