aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHritik Vijay2018-12-21 22:56:43 +0530
committerHritik Vijay2018-12-21 22:56:43 +0530
commitd2f7a892238cf360d9f2a22c9014d35ab07ec5ca (patch)
tree3f544e5d0c1621e4cf77518564c570debf1990b4 /PKGBUILD
parent8554df7a08e167e689ce0f402c96572c18726bfc (diff)
downloadaur-d2f7a892238cf360d9f2a22c9014d35ab07ec5ca.tar.gz
Added deps: libxss
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b986598b00c1..962f4fed2807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=brackets-bin
_pkgname=brackets
pkgver=1.12
-pkgrel=2
+pkgrel=3
pkgdesc="A code editor for HTML, CSS and JavaScript. "
arch=("x86_64")
url="http://brackets.io"
license=("MIT")
-depends=("gconf" "libgcrypt15" "nodejs" "nspr" "nss" "systemd")
+depends=("gconf" "libgcrypt15" "nodejs" "nspr" "nss" "systemd" "libxss")
optdepends=("google-chrome: to enable Live Preview"
"gnuplot: to enable node benchmarking"
"gtk2: to enable native UI"