[arch-commits] Commit in yubikey-neo-manager/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sun Nov 15 21:11:07 UTC 2015
Date: Sunday, November 15, 2015 @ 22:11:07
Author: eworm
Revision: 146877
upgpkg: yubikey-neo-manager 1.4.0-2
python2-setuptools is a hard dependency (FS#47055)
Modified:
yubikey-neo-manager/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-15 17:31:30 UTC (rev 146876)
+++ PKGBUILD 2015-11-15 21:11:07 UTC (rev 146877)
@@ -3,13 +3,14 @@
pkgname=yubikey-neo-manager
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cross platform personalization tool for the YubiKey NEO"
arch=('i686' 'x86_64')
url="https://github.com/Yubico/yubikey-neo-manager"
license=('BSD')
-depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 'python2-pyside' 'python2-crypto' 'qtwebkit')
-makedepends=('git' 'python2-setuptools' 'python2-pyside-tools' 'imagemagick')
+depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host'
+ 'python2-setuptools' 'python2-pyside' 'python2-crypto' 'qtwebkit')
+makedepends=('git' 'python2-pyside-tools' 'imagemagick')
install=yubikey-neo-manager.install
source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}"
'git://github.com/Yubico/python-yubicommon.git')
More information about the arch-commits
mailing list