[arch-commits] Commit in yubioath-desktop/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Oct 13 16:05:54 UTC 2019


    Date: Sunday, October 13, 2019 @ 16:05:54
  Author: ffy00
Revision: 515320

upgpkg: yubioath-desktop 5.0.0-4

Fix license and icon.

Modified:
  yubioath-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 15:44:47 UTC (rev 515319)
+++ PKGBUILD	2019-10-13 16:05:54 UTC (rev 515320)
@@ -3,10 +3,10 @@
 pkgname=yubioath-desktop
 pkgdesc='Yubico Authenticator for Desktop'
 pkgver=5.0.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://github.com/Yubico/yubioath-desktop'
-license=('BSD 2-Clause')
+license=('BSD')
 depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2'
          'python-pyotherside' 'qt5-graphicaleffects' 'ccid' 'pcsclite'
          'yubikey-manager')
@@ -34,7 +34,7 @@
 
     install -Dm 644 debian/copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-    install -Dm 644 images/yubioath at 2x.png "$pkgdir"/usr/share/pixmaps/$pkgname/yubioauth.png
+    install -Dm 644 resources/icons/yubioath.svg "$pkgdir"/usr/share/pixmaps/yubioath.svg
     install -Dm 755 resources/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop
 }
 



More information about the arch-commits mailing list