summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-04-25 23:07:24 -0700
committerIan Mackay2019-04-25 23:07:24 -0700
commita56efdde635ee620e7e6c0f7248fb97354b376fa (patch)
tree2aee5673fbaad1188707d2742726594a7f3a5ba5
parent529c58dc394a6cfd147a162df1681d351fb72322 (diff)
downloadaur-a56efdde635ee620e7e6c0f7248fb97354b376fa.tar.gz
1.6.6 - 2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e953ccf18f3..dd63b40bf4c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.6.5
+ pkgver = 1.6.6
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -10,12 +10,13 @@ pkgbase = github-desktop
makedepends = yarn
makedepends = python2
depends = gnome-keyring
+ depends = libsecret
depends = git
depends = curl
depends = libxss
depends = gconf
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.5-linux6
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.6-linux2
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
diff --git a/PKGBUILD b/PKGBUILD
index ace75b05cda2..82e2e79e9c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.6.5
-_pkgver="${pkgver}-linux6"
+pkgver=1.6.6
+_pkgver="${pkgver}-linux2"
gitname="release-${_pkgver}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
license=('MIT')
-depends=('gnome-keyring' 'git' 'curl' 'libxss' 'gconf')
+depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf')
optdepends=('hub: CLI interface for GitHub.')
makedepends=('xorg-server-xvfb' 'nodejs-lts-carbon' 'yarn' 'python2')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")