summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-18 21:30:48 +0300
committerCaleb Maclennan2021-12-18 21:30:48 +0300
commita383c99d547decab05ae51459cbc765e034d980e (patch)
tree06b1ec2f823b7c26fccaed5e5c20c41a5986aed8
parent8618c049130a40331afb9c08ff0fab5823f9ec7d (diff)
downloadaur-a383c99d547decab05ae51459cbc765e034d980e.tar.gz
upgpkg: github-desktop 2.9.5-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c34e5392ee..6a3a25a62175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
- pkgver = 2.9.4
- pkgrel = 4
+ pkgver = 2.9.5
+ pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
- makedepends = nodejs>=10.16.0
+ makedepends = nodejs-lts-gallium
makedepends = npm
makedepends = python2
makedepends = xorg-server-xvfb
@@ -21,7 +21,7 @@ pkgbase = github-desktop
depends = unzip
optdepends = github-cli: CLI interface for GitHub
optdepends = hub: CLI interface for GitHub
- source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-2.9.4-linux1
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-2.9.5-linux1
source = git+https://github.com/github/gemoji.git
source = git+https://github.com/github/gitignore.git
source = git+https://github.com/github/choosealicense.com.git
diff --git a/PKGBUILD b/PKGBUILD
index 6e63864e91f3..674196c42bbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Jiawen Geng
pkgname=github-desktop
-pkgver=2.9.4
+pkgver=2.9.5
_gitname="release-$pkgver-linux1"
-pkgrel=4
+pkgrel=1
pkgdesc='GUI for managing Git and GitHub'
arch=(x86_64)
url='https://desktop.github.com'
@@ -22,7 +22,7 @@ depends=(curl
unzip)
optdepends=('github-cli: CLI interface for GitHub'
'hub: CLI interface for GitHub')
-makedepends=('nodejs>=10.16.0'
+makedepends=(nodejs-lts-gallium
npm
python2
xorg-server-xvfb