mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/vigra to 1.11.1-28
This commit is contained in:
parent
9b5bd45f67
commit
0adfed49a0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=vigra
|
||||
pkgname=(vigra vigra-doc)
|
||||
pkgver=1.11.1
|
||||
pkgrel=25
|
||||
pkgrel=28
|
||||
pkgdesc="Computer vision library"
|
||||
arch=(x86_64)
|
||||
url="https://ukoethe.github.io/vigra/"
|
||||
|
@ -46,7 +46,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
make -C build -j1 -k check || warning "Tests failed" # https://github.com/ukoethe/vigra/issues/409
|
||||
make -C build -j1 -k check || echo "Tests failed" # https://github.com/ukoethe/vigra/issues/409
|
||||
}
|
||||
|
||||
package_vigra() {
|
||||
|
|
Loading…
Reference in a new issue