summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-01-20 05:15:12 -0800
committerIan Mackay2019-01-20 05:15:12 -0800
commitc8de037962a47cf27ab25a4e55e7b6bcebdda2f2 (patch)
tree61beb167428d0c41fd957d00ee65669926f79f87
parent781e92c73a543e3bacbf93051d9711c3fda2f0b0 (diff)
downloadaur-c8de037962a47cf27ab25a4e55e7b6bcebdda2f2.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b10b2f07ea2..0431052a8683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
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,12 +11,14 @@ pkgbase = github-desktop
makedepends = python2
depends = gnome-keyring
depends = git
- depends = libcurl-openssl-1.0
+ depends = curl
+ depends = libxss
+ depends = gconf
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-1.5.1-linux1
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.0-linux1
source = github-desktop.desktop
sha256sums = SKIP
- sha256sums = be057e4a392e64760f7a40203ac886b7cf5551de254ad55c706376dca8aa4341
+ sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7e0bad44d785..e989e65c66f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-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"