summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-01-20 05:15:30 -0800
committerIan Mackay2019-01-20 05:15:30 -0800
commitf0aa67b6f42a4180e3f82ce80c69f8459e9ab19e (patch)
tree0acfc19d3e6f5cc00db4af9d154e3fbb816acb7e
parent3603b61620c8daa187b2ddfb138fef4c7b290c53 (diff)
downloadaur-f0aa67b6f42a4180e3f82ce80c69f8459e9ab19e.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff4e7abf1b0..4297b6b7f409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.5.1_linux1
+ pkgver = 1.6.0_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
depends = gnome-keyring
depends = git
- depends = libcurl-openssl-1.0
+ depends = curl
+ depends = libxss
+ depends = gconf
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
- source = https://github.com/shiftkey/desktop/releases/download/release-1.5.1-linux1/GitHubDesktop-linux-amd64-1.5.1-linux1.deb
+ source = https://github.com/shiftkey/desktop/releases/download/release-1.6.0-linux1/GitHubDesktop-linux-1.6.0-linux1.deb
source = github-desktop.desktop
- sha256sums = SKIP
- sha256sums = 8545ffdcd8685a2d642a733f9dc407b9b269e2c8fd54f30e1eb336c2aff89318
+ sha256sums = 57f13e4d37c8011ab7104465834fa1706f55d4c29a6fe012a8ae215f1dcf452b
+ sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 771ab1ef70b0..4fad74d85393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=1.5.1_linux1
+pkgver=1.6.0_linux1
gitname="release-${pkgver//_/-}"
-pkgrel=2
+pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
@@ -18,7 +18,7 @@ source=(
${_pkgname}.desktop
)
sha256sums=(
- 57f13e4d37c8011ab7104465834fa1706f55d4c29a6fe012a8ae215f1dcf452b
+ 88bd4e13c3b201b08ee732553e96987871bd6391d3455959ba21568d92079123
2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
)
package() {