mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
htslib: remove check, abacas: fix regex
This commit is contained in:
parent
fa8cd6fd30
commit
84f8f7a2b4
2 changed files with 1 additions and 7 deletions
|
@ -5,6 +5,6 @@ maintainers:
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- mummer
|
- mummer
|
||||||
update_on:
|
update_on:
|
||||||
- regex: abacas.\d+.pl
|
- regex: 'abacas.(\d+.\d+.\d+).pl'
|
||||||
source: regex
|
source: regex
|
||||||
url: https://sourceforge.net/projects/abacas/files/
|
url: https://sourceforge.net/projects/abacas/files/
|
||||||
|
|
|
@ -27,12 +27,6 @@ build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
|
||||||
cd "${pkgname}-${pkgver}"
|
|
||||||
|
|
||||||
make check
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue