summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-06-17 18:03:15 +0200
committerbartus2020-06-17 18:03:15 +0200
commitba7006315af24f160f42d5870da5ab1b097d1bd0 (patch)
tree77885b73d6f17e08d49c736d4f0ba0cd8cd66ab4
parentce906ae2e161f03498871edcad720dd4bb72218e (diff)
downloadaur-ba7006315af24f160f42d5870da5ab1b097d1bd0.tar.gz
Fix description.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6117d96ee14c..fdf9584cf358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = colmap-git
- pkgdesc = COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface.
+ pkgdesc = General-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface.
pkgver = 3.6.dev.3.r24.g1432f00
pkgrel = 1
url = https://colmap.github.io/
diff --git a/PKGBUILD b/PKGBUILD
index 53d8487e2dc6..2f6fcb103f11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ fragment="#branch=dev"
pkgname=${name}-git
pkgver=3.6.dev.3.r24.g1432f00
pkgrel=1
-pkgdesc="COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface."
+pkgdesc="General-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface."
arch=('i686' 'x86_64')
url="https://colmap.github.io/"
license=('GPL')