[arch-commits] Commit in yubikey-manager-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Wed Oct 27 20:32:57 UTC 2021


    Date: Wednesday, October 27, 2021 @ 20:32:57
  Author: foxboron
Revision: 1034799

archrelease: copy trunk to community-x86_64

Added:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD
    (from rev 1034798, yubikey-manager-qt/trunk/PKGBUILD)
Deleted:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 20:32:51 UTC (rev 1034798)
+++ PKGBUILD	2021-10-27 20:32:57 UTC (rev 1034799)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=yubikey-manager-qt
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Cross-platform application for configuring any YubiKey over all USB transports'
-arch=('x86_64')
-url='https://developers.yubico.com/yubikey-manager-qt/'
-license=('BSD')
-depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'python-pyotherside')
-replaces=('yubikey-neo-manager')
-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman <dag at yubico.com>
-	      '9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1') # Dennis Fokin <dennis.fokin at yubico.com> 
-sha256sums=('e781efb895e39bce3ab01c703472e66815ef3b6e1b6c10f22bc62f63823a2e36'
-            'SKIP')
-
-build() {
-	cd ${pkgname}
-	qmake-qt5
-	make
-}
-
-package() {
-	cd ${pkgname}
-	make INSTALL_ROOT="${pkgdir}/" install
-	install -D -m0644 resources/ykman-gui.desktop "${pkgdir}/usr/share/applications/ykman-gui.desktop"
-	install -D -m0644 resources/icons/ykman.png "${pkgdir}/usr/share/pixmaps/ykman.png"
-	install -D -m0644 debian/copyright "${pkgdir}/usr/share/licenses/${pkgname}/copyright"
-}
-

Copied: yubikey-manager-qt/repos/community-x86_64/PKGBUILD (from rev 1034798, yubikey-manager-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 20:32:57 UTC (rev 1034799)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=yubikey-manager-qt
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Cross-platform application for configuring any YubiKey over all USB transports'
+arch=('x86_64')
+url='https://developers.yubico.com/yubikey-manager-qt/'
+license=('BSD')
+depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'python-pyotherside')
+replaces=('yubikey-neo-manager')
+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman <dag at yubico.com>
+	      '9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1') # Dennis Fokin <dennis.fokin at yubico.com> 
+sha256sums=('3f11dcec8791b0ef823eb353a1f1b2a4b2d6f1f4870e4701aabef93707655327'
+            'SKIP')
+
+build() {
+	cd ${pkgname}
+	qmake-qt5
+	make
+}
+
+package() {
+	cd ${pkgname}
+	make INSTALL_ROOT="${pkgdir}/" install
+	install -D -m0644 resources/ykman-gui.desktop "${pkgdir}/usr/share/applications/ykman-gui.desktop"
+	install -D -m0644 resources/icons/ykman.png "${pkgdir}/usr/share/pixmaps/ykman.png"
+	install -D -m0644 debian/copyright "${pkgdir}/usr/share/licenses/${pkgname}/copyright"
+}
+



More information about the arch-commits mailing list