[arch-commits] Commit in yubioath-desktop/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Mar 5 19:24:37 UTC 2022
Date: Saturday, March 5, 2022 @ 19:24:37
Author: heftig
Revision: 1142238
5.1.0-3: remove executability from share files
Modified:
yubioath-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-05 19:16:32 UTC (rev 1142237)
+++ PKGBUILD 2022-03-05 19:24:37 UTC (rev 1142238)
@@ -3,7 +3,7 @@
pkgname=yubioath-desktop
pkgdesc='Yubico Authenticator for Desktop'
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://github.com/Yubico/yubioath-desktop'
license=('BSD')
@@ -39,7 +39,7 @@
install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -Dm 644 resources/icons/com.yubico.yubioath.svg "$pkgdir"/usr/share/pixmaps/com.yubico.yubioath.svg
- install -Dm 755 resources/com.yubico.yubioath.desktop "$pkgdir"/usr/share/applications/com.yubico.yubioath.desktop
- install -Dm 755 resources/com.yubico.yubioath.appdata.xml "$pkgdir"/usr/share/metainfo/com.yubico.yubioath.appdata.xml
+ install -Dm 644 resources/com.yubico.yubioath.desktop "$pkgdir"/usr/share/applications/com.yubico.yubioath.desktop
+ install -Dm 644 resources/com.yubico.yubioath.appdata.xml "$pkgdir"/usr/share/metainfo/com.yubico.yubioath.appdata.xml
}
More information about the arch-commits
mailing list