summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae12bf58438c..f5cb9a5e1391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-git
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
@@ -11,14 +11,16 @@ pkgbase = github-desktop-git
makedepends = python2
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 = git+https://github.com/shiftkey/desktop.git
source = github-desktop.desktop
sha256sums = SKIP
- sha256sums = be057e4a392e64760f7a40203ac886b7cf5551de254ad55c706376dca8aa4341
+ sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index f33d12d12cf4..01b4d96e6af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-git"
-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"