summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4javier2015-06-23 13:01:20 +0200
committer4javier2015-06-23 13:01:20 +0200
commitdaeda8dcebaf20f7cd8128c7abb60c18a393b699 (patch)
treeb62fb8527b05af3604566cb17ca5e0aeb4458b02
parenta82414c514ca4b1de8704307ff7739758014d1a5 (diff)
downloadaur-daeda8dcebaf20f7cd8128c7abb60c18a393b699.tar.gz
Release 1.3-3 Substitution libudev and p7zip
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 790b3a9813af..9cfcf00b1131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = brackets
pkgdesc = An open source code editor for the web, written in JavaScript, HTML and CSS. Stable git Tags.
pkgver = 1.3
- pkgrel = 2
+ pkgrel = 3
url = http://brackets.io
install = brackets.install
arch = i686
arch = x86_64
license = MIT
makedepends = git
- makedepends = p7zip
+ makedepends = unzip
makedepends = gyp-git
depends = alsa-lib
depends = nodejs
@@ -16,7 +16,7 @@ pkgbase = brackets
depends = desktop-file-utils
depends = gconf
depends = libgcrypt15
- depends = libudev.so.0
+ depends = libudev0
optdepends = google-chrome: to enable Live Preview
optdepends = gnuplot: to enable node benchmarking
optdepends = gtk2: to enable native UI
diff --git a/PKGBUILD b/PKGBUILD
index 90919f21dcb9..806690791232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=brackets
pkgver=1.3
-pkgrel=2
+pkgrel=3
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"
license=('MIT')
-depends=(alsa-lib nodejs npm desktop-file-utils gconf libgcrypt15 libudev.so.0)
+depends=(alsa-lib nodejs npm desktop-file-utils gconf libgcrypt15 libudev0)
optdepends=(
"google-chrome: to enable Live Preview"
"gnuplot: to enable node benchmarking"
@@ -16,7 +16,7 @@ optdepends=(
"hicolor-icon-theme: for hicolor theme hierarchy"
)
conflicts=("brackets-git" "brackets-bin")
-makedepends=('git' 'p7zip' 'gyp-git')
+makedepends=('git' 'unzip' 'gyp-git')
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}"