[arch-commits] Commit in yubikey-manager/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Feb 8 22:04:09 UTC 2017


    Date: Wednesday, February 8, 2017 @ 22:04:08
  Author: eworm
Revision: 211311

upgpkg: yubikey-manager 0.3.0-2

include the license

Modified:
  yubikey-manager/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 21:49:46 UTC (rev 211310)
+++ PKGBUILD	2017-02-08 22:04:08 UTC (rev 211311)
@@ -4,7 +4,7 @@
 
 pkgname='yubikey-manager'
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library and command line tool for configuring a YubiKey'
 arch=('any')
 url='https://developers.yubico.com/yubikey-manager/'
@@ -21,5 +21,7 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	python setup.py install --root="${pkgdir}/" --optimize=1
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 



More information about the arch-commits mailing list