summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d43521806cc..32016df1d2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = vxl
- pkgdesc = VXL library. The geometry and imaging core libraries are turned off in order to build successfully.
+ pkgdesc = VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.
pkgver = 2.0.2
pkgrel = 1
url = https://github.com/vxl/vxl
diff --git a/PKGBUILD b/PKGBUILD
index 897828804380..ed78d7c4e6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=vxl
pkgver=2.0.2
pkgrel=1
-pkgdesc="VXL library. The geometry and imaging core libraries are turned off in order to build successfully. "
+pkgdesc="VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding. "
arch=('i686' 'x86_64')
url='https://github.com/vxl/vxl'
depends=('cmake')