diff options
author | Filipe Laíns | 2020-04-15 22:35:50 +0000 |
---|---|---|
committer | Filipe Laíns | 2020-04-15 22:35:50 +0000 |
commit | 4cd2f3f56674200bfae53c93dc53514bea1f8dbe (patch) | |
tree | 517c1688d16860151df65f9f707892d72ab073ec | |
parent | 67935cf71785cfb1bf68d8824000d082a9c57bea (diff) | |
download | aur-4cd2f3f56674200bfae53c93dc53514bea1f8dbe.tar.gz |
upgpkg: 5.0.3-1
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,7 +2,7 @@ pkgname=yubioath-desktop pkgdesc='Yubico Authenticator for Desktop' -pkgver=5.0.2 +pkgver=5.0.3 pkgrel=1 arch=('x86_64') url='https://github.com/Yubico/yubioath-desktop' @@ -32,9 +32,10 @@ package() { make INSTALL_ROOT="$pkgdir" install - install -Dm 644 debian/copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + 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/yubioath-desktop.desktop "$pkgdir"/usr/share/applications/yubioath-desktop.desktop + 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 } |