deutex: fix update pattern

This commit is contained in:
maxice8 2018-03-29 18:04:44 -03:00 committed by Enno Boland
parent bbee4f3f27
commit 34313ef089
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
site="https://api.github.com/repos/$pkgname/$pkgname/tags"
pattern='"name":\s*"v\K[\d.]+(?=")'
site="https://github.com/Doom-Utils/deutex/releases"
pattern="deutex-\K[\d\.]*(?=\.tar.xz)"