summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2016-07-20 18:12:55 +0300
committerArthur Zamarin2016-07-20 18:12:55 +0300
commitc35a68809f86918d7865fffcf8d8c2b63e4ce252 (patch)
tree1651be911b951833acd9717065387b4929c4b902
parent79dcf6d64495fcc9aeb53e520b0f6eff59791b03 (diff)
downloadaur-c35a68809f86918d7865fffcf8d8c2b63e4ce252.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91ce24105975..c22c78569707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Jul 17 15:56:47 UTC 2016
+# Wed Jul 20 15:12:55 UTC 2016
pkgbase = psmoveapi-git
pkgdesc = Playstation Move Motion Controller API
pkgver = 3.9.1.r97.gf08c337
- pkgrel = 1
+ pkgrel = 2
url = http://thp.io/2010/psmove/
arch = i686
arch = x86_64
- license = GPL2
+ license = custom
makedepends = cmake
depends = bluez-libs
depends = libsystemd
diff --git a/PKGBUILD b/PKGBUILD
index eb264bc4f8aa..757fb127af6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=psmoveapi
pkgname=${_pkgname}-git
pkgver=3.9.1.r97.gf08c337
-pkgrel=1
+pkgrel=2
pkgdesc="Playstation Move Motion Controller API"
arch=(i686 x86_64)
url="http://thp.io/2010/psmove/"
-license=('GPL2')
+license=('custom')
depends=('bluez-libs' 'libsystemd')
makedepends=('cmake')
source=(${_pkgname}::git+git://github.com/thp/${_pkgname}.git)
@@ -33,5 +33,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
make DESTDIR="$pkgdir" install
+ install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}