summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-09-19 21:48:24 +0200
committerÉtienne Deparis2017-09-19 21:48:24 +0200
commita6b1aa997a3eeb63229ae3142e7b1e870abfd12a (patch)
treeb1e5b5f4ab1615b3c2eea783e4f7a2394c38dc88
parent0e79b4df82b8bd28a921ae3ee5c45446ed5a9964 (diff)
downloadaur-a6b1aa997a3eeb63229ae3142e7b1e870abfd12a.tar.gz
License error
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5449a657d37a..4fc06fd44eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by makepkg 5.0.2
-# Tue Sep 19 19:44:54 UTC 2017
+# Tue Sep 19 19:48:12 UTC 2017
pkgbase = libnitrokey-git
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.0r515.8f7435e
- pkgrel = 3
+ pkgrel = 4
url = https://www.nitrokey.com
arch = i686
arch = x86_64
- license = GPL3
+ license = LGPL3
makedepends = cmake
makedepends = qt5-tools
depends = libusb
diff --git a/PKGBUILD b/PKGBUILD
index d58a8c52295a..7c36776ff2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=libnitrokey-git
_gitname=libnitrokey
pkgver=3.0r515.8f7435e
-pkgrel=3
+pkgrel=4
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
-license=('GPL3')
+license=('LGPL3')
depends=(libusb hidapi)
makedepends=('cmake' 'qt5-tools')
provides=('libnitrokey')