[arch-commits] Commit in atom/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Fri Jun 16 13:03:38 UTC 2017


    Date: Friday, June 16, 2017 @ 13:03:37
  Author: tensor5
Revision: 237624

upgpkg: atom 1.18.0-2

Add git optional dependency.

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 12:48:53 UTC (rev 237623)
+++ PKGBUILD	2017-06-16 13:03:37 UTC (rev 237624)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -10,7 +10,8 @@
 license=('MIT' 'custom')
 depends=('apm' 'electron' 'libxkbfile')
 makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
+optdepends=('ctags: symbol indexing support'
+            'git: Git and GitHub integration')
 replaces=('atom-editor')
 options=(!emptydirs)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list