summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBranislav Holý2016-03-08 02:22:54 +0100
committerBranislav Holý2016-03-08 02:22:54 +0100
commit76cbe1069510be42eb6744e26efd8cb551107a84 (patch)
tree3d13e80a863f226b4fc85cb59507a423843be8f9
parentca421ce461ec72d8ea69071e56222c75d3ffaa44 (diff)
downloadaur-76cbe1069510be42eb6744e26efd8cb551107a84.tar.gz
Fixed the license field.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9616ccd59f48..92bbed7bd92d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by pakanton
pkgbase = regilo
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
pkgdesc = A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner
url = https://github.com/branoholy/regilo
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1bee8a4bca65..47c9c14423c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase='regilo'
pkgname=('regilo' 'regilo-lib')
pkgver='2.3'
-pkgrel='1'
+pkgrel='2'
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'
-license='GPL3'
+license=('GPL3')
makedepends=('cmake>=2.8' 'boost>=1.54')
source=("https://github.com/branoholy/regilo/archive/v$pkgver/regilo-$pkgver.tar.gz"
"https://github.com/branoholy/regilo/releases/download/v$pkgver/regilo-$pkgver.tar.gz.sig")