summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-04-07 11:03:35 +0200
committerPhilip Goto2020-04-07 11:03:35 +0200
commit0d652084458df1b32509f66190980163faeddc50 (patch)
treea8346f46c1d75598cce8e3ad10a845517e930193
parent092e132689491f3f0de7a009ca132f59deb98b92 (diff)
downloadaur-python-pypcd.tar.gz
Shorten description
-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)