summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-04-25 11:30:33 +0800
committerJingbei Li2017-04-25 11:30:33 +0800
commitdc67a0a6faf6a02985d6a06e7da30be3e5fb814b (patch)
tree04c9aae67025220a90da56a1cc49cca54d108d86
parent790afb47e2c11207399edf44b6d1cd20de12c1f9 (diff)
downloadaur-dc67a0a6faf6a02985d6a06e7da30be3e5fb814b.tar.gz
removed gyp-git from makedepends
it will be obtained when building
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e3cd041c01..908357ac64bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 09:25:28 UTC 2017
+# Tue Apr 25 03:30:27 UTC 2017
pkgbase = brackets
pkgdesc = An open source code editor for the web, written in JavaScript, HTML and CSS. Stable git Tags.
pkgver = 1.9
- pkgrel = 1
+ pkgrel = 2
url = http://brackets.io
install = brackets.install
arch = i686
@@ -11,7 +11,6 @@ pkgbase = brackets
license = MIT
makedepends = git
makedepends = unzip
- makedepends = gyp-git
makedepends = gtk2
depends = alsa-lib
depends = nodejs
diff --git a/PKGBUILD b/PKGBUILD
index 5809ba5bc9f0..2ffdf4f6d6e8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=brackets
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc="An open source code editor for the web, written in JavaScript, HTML and CSS. Stable git Tags."
arch=('i686' 'x86_64')
url="http://brackets.io"
@@ -16,7 +16,7 @@ optdepends=(
"hicolor-icon-theme: for hicolor theme hierarchy"
)
conflicts=("brackets-git" "brackets-bin")
-makedepends=('git' 'unzip' 'gyp-git' 'gtk2')
+makedepends=('git' 'unzip' 'gtk2')
install=${pkgname}.install
source=("brackets-shell::git+https://github.com/adobe/brackets-shell.git#branch=linux-1547"
#"brackets-shell::git+https://github.com/adobe/brackets-shell.git#tag=release-${pkgver}"
@@ -31,6 +31,7 @@ prepare() {
build() {
cd ${srcdir}/brackets-shell
+ sed -i 's/python/python2/' gyp/gyp
npm install
##### environment cleaning due to branch switch ####
rm -rf out