summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan MacKay2020-06-13 08:16:30 -0700
committerIan MacKay2020-06-13 08:16:30 -0700
commit5a65a8e12a1626a15e9cdc70c817a6c926386986 (patch)
treec8e69dc2250f5e14a430fd2481557d4976a59dde
parentfe2582aeac1c93851197bb81a24ff59763b10c2d (diff)
downloadaur-5a65a8e12a1626a15e9cdc70c817a6c926386986.tar.gz
Numerous fixes and update to 2.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--github-desktop.desktop2
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bdbb49232e7..04c32305c807 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 2.4.0
+ pkgver = 2.5.2
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = github-desktop
makedepends = nodejs>=10.16.0
makedepends = yarn
makedepends = python2
+ makedepends = unzip
depends = gnome-keyring
depends = libsecret
depends = git
@@ -18,10 +19,10 @@ pkgbase = github-desktop
depends = nss
depends = nspr
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-2.4.0-linux2
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-2.5.2-linux1
source = github-desktop.desktop
sha256sums = SKIP
- sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
+ sha256sums = 932e4c456e8c6db03d27172cf0daa37806bf025bb560d8b3d758c0997d1a618c
pkgname = github-desktop
diff --git a/PKGBUILD b/PKGBUILD
index b5e844034ad1..5e309591aafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=2.4.0
-_pkgver="${pkgver}-linux2"
+pkgver=2.5.2
+_pkgver="${pkgver}-linux1"
gitname="release-${_pkgver}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
@@ -14,7 +14,7 @@ url="https://desktop.github.com"
license=('MIT')
depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf' 'nss' 'nspr')
optdepends=('hub: CLI interface for GitHub.')
-makedepends=('xorg-server-xvfb' 'nodejs>=10.16.0' 'yarn' 'python2')
+makedepends=('xorg-server-xvfb' 'nodejs>=10.16.0' 'yarn' 'python2' 'unzip')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
git+https://github.com/shiftkey/desktop.git#tag=${gitname}
@@ -22,7 +22,7 @@ source=(
)
sha256sums=(
'SKIP'
- 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
+ 932e4c456e8c6db03d27172cf0daa37806bf025bb560d8b3d758c0997d1a618c
)
build() {
cd desktop
diff --git a/github-desktop.desktop b/github-desktop.desktop
index c4f5481be92d..a4bc86b313cc 100644
--- a/github-desktop.desktop
+++ b/github-desktop.desktop
@@ -8,4 +8,4 @@ Terminal=false
Type=Application
Icon=github-desktop
Categories=Development;
-MimeType=x-scheme-handler/x-github-client;x-scheme-handler/x-github-desktop-auth;
+MimeType=x-scheme-handler/x-github-client;x-scheme-handler/x-github-desktop-auth;x-scheme-handler/x-github-desktop-dev-auth;