I want to install clamv-light but get an error

Hello
am having issues installing clamv Light on my manjaro KDE with error saying

Preparing...
Checking clamav-light dependencies...
Resolving dependencies...
Checking inter-conflicts...
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing libmilter (8.17.1-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Refreshing PackageKit...
Cloning clamav-light build files...
Generating clamav-light information...

Building clamav-light...
==> Making package: clamav-light 0.102.4-1 (Sat 25 Sep 2021 07:37:45)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> check
==> ERROR: Could not resolve all dependencies.

How are you trying to install it? With pamac it pulls that dependency (check) just right.

pamac build clamav-light

no luck here is what i got below

henry@polaris ~]$ pamac build clamv-light
Error: target not found: clamv-light
[henry@polaris ~]$ pamac build clamav-light
Preparing...
Cloning clamav-light build files...
Checking clamav-light dependencies...
Resolving dependencies...
Checking inter-conflicts...

To install (1):
  check         0.15.2-2   (Required By: clamav-light)     extra  
To build (1):
  clamav-light  0.102.4-1                                  AUR
To remove (1):
  clamav        0.104.0-1  (Conflicts With: clamav-light)  extra

Total installed size: 194.3 kB
Total removed size: 16.1 MB

Edit build files : [e] 
Apply transaction ? [e/y/N] y

Checking keyring...                                                                                      [1/1]
Checking integrity...                                                                                    [1/1]
Loading packages files...                                                                                [1/1]
Checking file conflicts...                                                                               [1/1]
Checking available disk space...                                                                         [1/1]
Installing check (0.15.2-2)...                                                                           [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                           [1/3]
Refreshing PackageKit...                                                                                 [2/3]
Updating the info directory file...                                                                      [3/3]

Building clamav-light...
==> Making package: clamav-light 0.102.4-1 (Sat 25 Sep 2021 13:05:42)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading clamav-0.102.4.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   463    0   463    0     0    485      0 --:--:-- --:--:-- --:--:--   485
100 12.6M  100 12.6M    0     0   840k      0  0:00:15  0:00:15 --:--:-- 1245k
  -> Downloading clamav-0.102.4.tar.gz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   467    0   467    0     0    602      0 --:--:-- --:--:-- --:--:--   602
100   801  100   801    0     0    392      0  0:00:02  0:00:02 --:--:--   675
  -> Found clamav.logrotate
  -> Found clamav.tmpfiles
  -> Found clamav.sysusers
==> Validating source files with sha512sums...
    clamav-0.102.4.tar.gz ... Passed
    clamav-0.102.4.tar.gz.sig ... Skipped
    clamav.logrotate ... Passed
    clamav.tmpfiles ... Passed
    clamav.sysusers ... Passed
==> Verifying source file signatures with gpg...
    clamav-0.102.4.tar.gz ... FAILED (unknown public key F13F9E16BCA5BFAD)
==> ERROR: One or more PGP signatures could not be verified!
Error: Failed to build clamav-light
[henry@polaris ~]$

Why are you attemptiing to build clamav-light from the AUR when clamav is in the extra repo? FYI, clamav-light is out of date and currently has no maintainer.

See ERROR: One or more PGP signatures could not be verified!; what should I do?

Tip: When pasting terminal output on Discourse forums, one can either…

  • Highlight it and use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    text
    ```

  • Use HTML:

    <pre><code>
    text
    </pre></code>

I’ve done it for you this time. :wink:

Thanks