summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2019-04-27 19:37:48 -0700
committerIan Mackay2019-04-27 19:37:48 -0700
commitd9f84a00d8c4131c2997de70551d9eb56235bc55 (patch)
tree70027919da57e55bea79b84fc8ccac2e847b2062 /PKGBUILD
parent14066cb501985c92073c1ab736ebbdb26e0fe80b (diff)
downloadaur-d9f84a00d8c4131c2997de70551d9eb56235bc55.tar.gz
1.6.6-2: nss and nspr depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e315def6151..0710d313074b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname="${_pkgname}-bin"
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.')
provides=(${_pkgname})
conflicts=(${_pkgname})