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 e4352510b120..ee94f2d173a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pypcd
- pkgdesc = Pure Python module to read and write point clouds stored in the PCD file format, used by the Point Cloud Library
+ pkgdesc = Pure Python module to read and write point clouds stored in the PCD file format
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/dimatura/pypcd
diff --git a/PKGBUILD b/PKGBUILD
index c87528a64398..538f287691bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pypcd
pkgver=0.1.1
pkgrel=1
-pkgdesc="Pure Python module to read and write point clouds stored in the PCD file format, used by the Point Cloud Library"
+pkgdesc="Pure Python module to read and write point clouds stored in the PCD file format"
url="https://github.com/dimatura/pypcd"
depends=(python)
makedepends=(python-setuptools)