Fixed minor typo

This commit is contained in:
David Allen 2024-08-28 17:55:48 -06:00
parent f8da8ae1c3
commit 5806bebce6
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -9,7 +9,7 @@ license=('MIT')
groups=("openchami") groups=("openchami")
provides=('magellan') provides=('magellan')
conflicts=('magellan') conflicts=('magellan')
source_x86_64=("${url}/releases/download/v${pkgver}/${pkgname}_Linux_x86_64.tar.gz") source_x86_64=("${url}/releases/download/${pkgver}/${pkgname}_Linux_x86_64.tar.gz")
sha256sums_x86_64=('1bb028d592d5389b519362e6aa7021f27443f0b36471e09ee7f47ab5cb6d4d7f') sha256sums_x86_64=('1bb028d592d5389b519362e6aa7021f27443f0b36471e09ee7f47ab5cb6d4d7f')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for # Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for