diff --git a/extra/marisa/.SRCINFO b/extra/marisa/.SRCINFO index 2a686a8aa..60f764e67 100644 --- a/extra/marisa/.SRCINFO +++ b/extra/marisa/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = marisa pkgver = 0.2.6 - pkgrel = 12 + pkgrel = 13 url = https://github.com/s-yata/marisa-trie arch = x86_64 license = BSD diff --git a/extra/marisa/.nvchecker.toml b/extra/marisa/.nvchecker.toml new file mode 100644 index 000000000..9950b3358 --- /dev/null +++ b/extra/marisa/.nvchecker.toml @@ -0,0 +1,4 @@ +[marisa] +source = "git" +git = "https://github.com/s-yata/marisa-trie.git" +prefix = "v" diff --git a/extra/marisa/PKGBUILD b/extra/marisa/PKGBUILD index 4a9136efc..4855664b6 100644 --- a/extra/marisa/PKGBUILD +++ b/extra/marisa/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=marisa pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa') pkgver=0.2.6 -pkgrel=12 +pkgrel=13 arch=('x86_64') url="https://github.com/s-yata/marisa-trie" license=('BSD' 'LGPL')