diff options
author | Kaizhao Zhang | 2021-02-28 16:48:09 +0800 |
---|---|---|
committer | Kaizhao Zhang | 2021-02-28 16:48:09 +0800 |
commit | 4a5cc0ab9b44c621a9125ddfe249d2adfa0e1746 (patch) | |
tree | c71d028f23a028a1bc164d0ff049c78af309c69f /.SRCINFO | |
parent | faf198b50c10a9df6cc2f50a87c342b050e8ea75 (diff) | |
download | aur-4a5cc0ab9b44c621a9125ddfe249d2adfa0e1746.tar.gz |
Build ameba in release mode
This was suggested by AUR user hugo [1] in a comment on this package [2].
[1]: https://aur.archlinux.org/account/hugo
[2]: https://aur.archlinux.org/packages/ameba/
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = ameba pkgdesc = A static code analysis tool for Crystal pkgver = 0.14.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/crystal-ameba/ameba arch = x86_64 license = MIT |