summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2017-07-11 20:22:20 +0800
committerJingbei Li2017-07-11 20:23:02 +0800
commita87ed02561a9f4aaf21d006c55f64a78a5358f2d (patch)
tree5464687757a31361da1d3c36c4da4f2825722c1a /PKGBUILD
parent8dbc60b7501cb130ba0579f6eb9e4c91ba3a01b2 (diff)
downloadaur-a87ed02561a9f4aaf21d006c55f64a78a5358f2d.tar.gz
updated to 1.10
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c59950f884..a66715ad94be 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jingbei Li <i@jingbei.li>
pkgname=brackets
-pkgver=1.9
-pkgrel=4
+pkgver=1.10
+pkgrel=1
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"
@@ -19,7 +19,7 @@ conflicts=("brackets-git" "brackets-bin")
makedepends=('git' 'unzip' 'gtk2' 'python2' 'npm')
install=${pkgname}.install
source=("git+https://github.com/adobe/brackets-shell.git#branch=linux-1547"
- #"brackets-shell::git+https://github.com/adobe/brackets-shell.git#tag=release-${pkgver}"
+ #"git+https://github.com/adobe/brackets-shell.git#tag=release-${pkgver}"
"git+https://github.com/adobe/brackets.git#tag=release-${pkgver}"
)
md5sums=('SKIP' 'SKIP')