summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-07-11 20:22:20 +0800
committerJingbei Li2017-07-11 20:23:02 +0800
commita87ed02561a9f4aaf21d006c55f64a78a5358f2d (patch)
tree5464687757a31361da1d3c36c4da4f2825722c1a
parent8dbc60b7501cb130ba0579f6eb9e4c91ba3a01b2 (diff)
downloadaur-a87ed02561a9f4aaf21d006c55f64a78a5358f2d.tar.gz
updated to 1.10
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rwxr-xr-xPKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4da4d8a67c..8f9e9c03c631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 14:31:39 UTC 2017
+# Tue Jul 11 12:22:43 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 = 4
+ pkgver = 1.10
+ pkgrel = 1
url = http://brackets.io
install = brackets.install
arch = i686
@@ -30,7 +30,7 @@ pkgbase = brackets
conflicts = brackets-git
conflicts = brackets-bin
source = git+https://github.com/adobe/brackets-shell.git#branch=linux-1547
- source = git+https://github.com/adobe/brackets.git#tag=release-1.9
+ source = git+https://github.com/adobe/brackets.git#tag=release-1.10
md5sums = SKIP
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index d1fce8211b45..de722566e70e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*/
*.pkg*
*.sw*
+*.log
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')