community/vigra to 1.11.1-28

This commit is contained in:
Kevin Mihelich 2020-12-02 19:37:02 +00:00
parent 9b5bd45f67
commit 0adfed49a0

View file

@ -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() {