summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpurboo2019-05-04 11:52:04 +0800
committerpurboo2019-05-04 11:52:04 +0800
commit83d8304e5eb774cc93dc00a518dbe3794ba7d684 (patch)
tree5a8ff8d0da62faeff14c40fa2c3144097c75ddf1
parent37103129ce3a4a59eb7d8b850bdcc4a3cf6f64f0 (diff)
downloadaur-83d8304e5eb774cc93dc00a518dbe3794ba7d684.tar.gz
update description
-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')