summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-04-27 19:37:54 -0700
committerIan Mackay2019-04-27 19:37:54 -0700
commit81eb236cc1c8534bdb84598103445707fe08242f (patch)
tree09cd56fe38fe9fb7727755da562681f5d5117e89
parenta56efdde635ee620e7e6c0f7248fb97354b376fa (diff)
downloadaur-81eb236cc1c8534bdb84598103445707fe08242f.tar.gz
1.6.6-2: nss and nspr depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd63b40bf4c5..dc678dd46c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
pkgver = 1.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -15,6 +15,8 @@ pkgbase = github-desktop
depends = curl
depends = libxss
depends = gconf
+ depends = nss
+ depends = nspr
optdepends = hub: CLI interface for GitHub.
source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.6-linux2
source = github-desktop.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 82e2e79e9c49..36eb6d273a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ pkgname="${_pkgname}"
pkgver=1.6.6
_pkgver="${pkgver}-linux2"
gitname="release-${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
license=('MIT')
-depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf')
+depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf' 'nss' 'nspr')
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")