Skip to content

Commit

Permalink
Updated geforcenow-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Dec 20, 2020
1 parent 6e741cd commit 84786f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/geforcenow-electron/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=geforcenow-electron
pkgver=1.0.5
pkgver=1.0.6
pkgrel=1
pkgdesc="Linux desktop client for GeForce NOW, using Electron"
arch=("armv7l" "i686" "x86_64")
Expand All @@ -8,7 +8,7 @@ license=('CCPL')
install=
source=("https://github.com/hmlendea/${pkgname}/releases/download/v${pkgver}/geforcenow_${pkgver}_linux.zip"
"https://raw.githubusercontent.com/hmlendea/geforcenow-electron/master/icon.png")
sha256sums=('24f3f6977548eb773dfb5fdbecc2eef3942f33046238290c1d244ff7b4dadb6f'
sha256sums=('9482f53e2bd823b3518b9263cc579b294ab5b162beaa2a6f69f4815b8c75cc75'
'582ad4bb073926e51d8acaa0ab81aa70a1dbe4736eda0cf130b6ae689982b7a0')

build() {
Expand All @@ -25,4 +25,3 @@ package() {
install -m644 "${srcdir}/icon.png" "${pkgdir}/usr/share/pixmaps/nvidia.png"
install -m755 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications"
}

0 comments on commit 84786f6

Please sign in to comment.