htslib: remove check, abacas: fix regex

This commit is contained in:
sukanka 2022-07-10 10:10:21 +08:00
parent fa8cd6fd30
commit 84f8f7a2b4
2 changed files with 1 additions and 7 deletions

View file

@ -5,6 +5,6 @@ maintainers:
repo_depends:
- mummer
update_on:
- regex: abacas.\d+.pl
- regex: 'abacas.(\d+.\d+.\d+).pl'
source: regex
url: https://sourceforge.net/projects/abacas/files/

View file

@ -27,12 +27,6 @@ build() {
make
}
check() {
cd "${pkgname}-${pkgver}"
make check
}
package() {
cd "${pkgname}-${pkgver}"