summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2016-09-08 08:08:18 +0200
committerKarol Babioch2016-09-08 08:33:05 +0200
commit09c6f8f563ce71226ab1d4627c86b4dfa6cd2979 (patch)
treef89837425fa912419288c22f8a296ce7036b12ed
parentacf3ce7281b7a6c295044b1fa4ccc8ca3f15991c (diff)
downloadaur-09c6f8f563ce71226ab1d4627c86b4dfa6cd2979.tar.gz
Update license, add dependencies and bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263acd323929..2acdfdf1dcb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = yubikey-manager-git
pkgdesc = Command line and GUI tool for configuring YubiKeys, over all transports.
pkgver = 0.1.0.r50.19abdf1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Yubico/yubikey-manager
arch = any
- license = custom
+ license = BSD
depends = python
depends = python-pyusb
depends = python-pyscard
depends = python-pyside
depends = python-click
+ depends = libu2f-host
+ depends = yubikey-personalization
provides = yubikey-manager
conflicts = yubikey-manager
source = yubikey-manager::git+https://github.com/Yubico/yubikey-manager.git
diff --git a/PKGBUILD b/PKGBUILD
index 4e96dba0fcad..a46b225dbf1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=('yubikey-manager-git')
_gitname='yubikey-manager'
pkgver=0.1.0.r50.19abdf1
-pkgrel=2
+pkgrel=3
pkgdesc='Command line and GUI tool for configuring YubiKeys, over all transports.'
arch=('any')
url='https://github.com/Yubico/yubikey-manager'
-license=('custom')
-depends=('python' 'python-pyusb' 'python-pyscard' 'python-pyside' 'python-click')
+license=('BSD')
+depends=('python' 'python-pyusb' 'python-pyscard' 'python-pyside' 'python-click' 'libu2f-host' 'yubikey-personalization')
conflicts=('yubikey-manager')
provides=('yubikey-manager')
source=("$_gitname::git+https://github.com/Yubico/yubikey-manager.git"