summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-06-26 16:43:10 +0800
committerJingbei Li2018-06-26 16:43:10 +0800
commitc425cedcf3c48ef7de6a840f83e84aef07e3b0d5 (patch)
tree3b52a11692726a0c0e1ceb680b0ce7ec785bcae7
parent368faf8b020c29e8a53f712a8b43dd01720184b0 (diff)
downloadaur-c425cedcf3c48ef7de6a840f83e84aef07e3b0d5.tar.gz
upgraded to 1.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c52c1cf3c560..cb4608ef5219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brackets
pkgdesc = An open source code editor for the web, written in JavaScript, HTML and CSS.
- pkgver = 1.12
- pkgrel = 3
+ pkgver = 1.13
+ pkgrel = 1
url = http://brackets.io
install = brackets.install
arch = i686
@@ -30,8 +30,8 @@ pkgbase = brackets
optdepends = hicolor-icon-theme: for hicolor theme hierarchy
conflicts = brackets-git
conflicts = brackets-bin
- source = git+https://github.com/adobe/brackets#tag=release-1.12
- source = git+https://github.com/adobe/brackets-shell#tag=release-1.12
+ source = git+https://github.com/adobe/brackets#tag=release-1.13
+ source = git+https://github.com/adobe/brackets-shell#tag=release-1.13
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b63965ce1267..3565ddf323cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jingbei Li <i@jingbei.li>
pkgname=brackets
-pkgver=1.12
-pkgrel=3
+pkgver=1.13
+pkgrel=1
pkgdesc="An open source code editor for the web, written in JavaScript, HTML and CSS."
arch=('i686' 'x86_64')
url="http://brackets.io"
@@ -67,4 +67,5 @@ package() {
cd ${srcdir}/${pkgname}
cp -R "samples" "${pkgdir}/opt/brackets/samples"
cp -R "dist" "${pkgdir}/opt/brackets/www"
+ #cp -R "node_modules" "${pkgdir}/opt/brackets/www"
}