summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBranislav Holý2016-03-08 03:09:52 +0100
committerBranislav Holý2016-03-08 03:09:52 +0100
commitde1ed0bfb1fca131cc3aa9eaf3bc948832e979b2 (patch)
tree038601ba08c8f8877a70d35c07dfcb4911d5264d
parent76cbe1069510be42eb6744e26efd8cb551107a84 (diff)
downloadaur-de1ed0bfb1fca131cc3aa9eaf3bc948832e979b2.tar.gz
Fixed a typo in the description.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92bbed7bd92d..920ebe8370c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by pakanton
pkgbase = regilo
pkgver = 2.3
- pkgrel = 2
+ pkgrel = 3
pkgdesc = A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner
url = https://github.com/branoholy/regilo
arch = i686
@@ -30,5 +30,5 @@ pkgname = regilo
depends = regilo-lib=2.3
pkgname = regilo-lib
- pkgdesc = A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner - runtime libraries
+ pkgdesc = A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner - runtime library
depends = boost-libs>=1.54
diff --git a/PKGBUILD b/PKGBUILD
index 47c9c14423c6..fb2c3b9b0c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='regilo'
pkgname=('regilo' 'regilo-lib')
pkgver='2.3'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/branoholy/regilo'
@@ -42,7 +42,7 @@ package_regilo() {
}
package_regilo-lib() {
- pkgdesc='A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner - runtime libraries'
+ pkgdesc='A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner - runtime library'
depends=('boost-libs>=1.54')
cd regilo-$pkgver/builds/$pkgname