From 9d8a65672eb8b880d91634ab4f49c85dca490934 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Thu, 6 Feb 2025 17:32:48 +1100 Subject: [PATCH] muscle3: fix the license missing --- BioArchLinux/muscle3/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/muscle3/PKGBUILD b/BioArchLinux/muscle3/PKGBUILD index d0f4e9b0d1..e59b5a1884 100644 --- a/BioArchLinux/muscle3/PKGBUILD +++ b/BioArchLinux/muscle3/PKGBUILD @@ -8,9 +8,8 @@ pkgdesc="multiple sequence comparison by log-expectation" arch=('i686' 'x86_64') url="http://www.drive5.com/muscle/" license=('custom') -source=(http://www.drive5.com/muscle/muscle_src_$pkgver.tar.gz LICENSE) -sha256sums=('c70c552231cd3289f1bad51c9bd174804c18bb3adcf47f501afec7a68f9c482e' - '2ee887dede5d3ddb6fa65690e0afd8d1083d835522d9271450752df0cc2f6658') +source=(http://www.drive5.com/muscle/muscle_src_$pkgver.tar.gz) +sha256sums=('c70c552231cd3289f1bad51c9bd174804c18bb3adcf47f501afec7a68f9c482e') provides=('muscle') conflicts=('muscle') build() {