summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2019-04-25 23:07:24 -0700
committerIan Mackay2019-04-25 23:07:24 -0700
commita56efdde635ee620e7e6c0f7248fb97354b376fa (patch)
tree2aee5673fbaad1188707d2742726594a7f3a5ba5 /PKGBUILD
parent529c58dc394a6cfd147a162df1681d351fb72322 (diff)
downloadaur-a56efdde635ee620e7e6c0f7248fb97354b376fa.tar.gz
1.6.6 - 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")