atom: update to 1.11.1.
This commit is contained in:
parent
be59fb86ea
commit
30662f36c8
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ index 1969e3f..71c19ca 100644
|
|||
Name=Atom
|
||||
Comment=<%= description %>
|
||||
GenericName=Text Editor
|
||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %U
|
||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
||||
-Icon=<%= iconPath %>
|
||||
+Exec=/usr/share/atom/atom %U
|
||||
+Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'atom'
|
||||
pkgname=atom
|
||||
version=1.10.2
|
||||
revision=2
|
||||
version=1.11.1
|
||||
revision=1
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
hostmakedepends="git pkg-config python-devel nodejs git-perl"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=de47aa7d80b3e31f1c42823fec6e98a9473021c022970a8548cb36c498a7e6f8
|
||||
checksum=ba7f4d4ad39dae21cc58b02bd2f6e51b315994c24484802a51ecce22120d80ac
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
|
|
Loading…
Reference in a new issue