summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-02-05 17:39:57 +0800
committerJingbei Li2018-02-05 17:39:57 +0800
commit27d8d07b94cc12a1697ab144f5dcce6f20875b22 (patch)
tree6eb03973e7d64fab60ef7ff6aca968ec75a9a231
parent5bcd598a12ac934ae1667d8d975192b54e985367 (diff)
downloadaur-27d8d07b94cc12a1697ab144f5dcce6f20875b22.tar.gz
it seems that the npm patch is not needed any more
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084e90c8b7ea..9ec72493e1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 1 20:57:07 UTC 2018
+# Mon Feb 5 09:39:54 UTC 2018
pkgbase = brackets
pkgdesc = An open source code editor for the web, written in JavaScript, HTML and CSS.
pkgver = 1.12
- pkgrel = 1
+ pkgrel = 2
url = http://brackets.io
install = brackets.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4c18d07f444d..838c6d51a410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jingbei Li <i@jingbei.li>
pkgname=brackets
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="An open source code editor for the web, written in JavaScript, HTML and CSS."
arch=('i686' 'x86_64')
url="http://brackets.io"
@@ -29,13 +29,6 @@ prepare() {
}
build() {
- #`npm install package` fails with https://registry.npmjs.org/
- npm_registry=$(npm config get registry)
- cd ${srcdir}/brackets
- npm config set registry "https://registry.npm.taobao.org"
- npm install package
- npm config set registry "$npm_registry"
-
cd ${srcdir}/brackets
npm install
sed "/'npm-install',$/d" -i Gruntfile.js