summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-19 00:24:10 +0300
committerCaleb Maclennan2023-12-19 00:24:10 +0300
commit41f4502f68c088b49bf7e151a5b3473f92c9cd60 (patch)
tree48228610099d36056a5daa48f2326ffbb0413996
parent16d93ae9813ac064cc56ed4aac60afdc3464bcb7 (diff)
downloadaur-41f4502f68c088b49bf7e151a5b3473f92c9cd60.tar.gz
upgpkg: github-desktop 3.3.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf48e425d17a..5314ef910335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
- pkgver = 3.3.3
+ pkgver = 3.3.6
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
- makedepends = nodejs-lts-gallium
+ makedepends = nodejs-lts-iron
makedepends = npm
makedepends = xorg-server-xvfb
makedepends = yarn
@@ -19,7 +19,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-3.3.3-linux2
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.3.6-linux2
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 f38cc613fb68..f9c9623ca00f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jiawen Geng
pkgname=github-desktop
-pkgver=3.3.3
+pkgver=3.3.6
_gitname="release-$pkgver-linux2"
pkgrel=1
pkgdesc='GUI for managing Git and GitHub'
@@ -22,7 +22,7 @@ depends=(curl
unzip)
optdepends=('github-cli: CLI interface for GitHub'
'hub: CLI interface for GitHub')
-makedepends=(nodejs-lts-gallium
+makedepends=(nodejs-lts-iron
npm
xorg-server-xvfb
yarn)