summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2017-04-14 14:57:21 +1200
committerGeorge Rawlinson2017-04-14 14:57:21 +1200
commit6f21703dff953efe5de5eda2f678e43b9d1d9f89 (patch)
tree18ffc0a598975e5e090ef479be8de8cb2baec2ee
parent240e539d8af047bb231dc670357c0b2f03377bcd (diff)
downloadaur-6f21703dff953efe5de5eda2f678e43b9d1d9f89.tar.gz
:arrow_up: 1.16.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6b8be8bcd3..7aacea0e6bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atom-editor-bin
- pkgdesc = Chrome-based text editor from Github - Precompiled binary from official repository
- pkgver = 1.15.0
+ pkgdesc = Atom is a hackable text editor for the 21st century built on Electron - Precompiled binary from official repository
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/atom/atom
install = atom-editor-bin.install
@@ -26,11 +26,12 @@ pkgbase = atom-editor-bin
conflicts = atom-editor-git
conflicts = atom-editor-git-tagged
conflicts = apm
+ conflicts = atom-notracking
options = !strip
- source = atom-amd64-v1.15.0.deb::https://atom-installer.github.com/v1.15.0/atom-amd64.deb
+ source = atom-amd64-v1.16.0.deb::https://atom-installer.github.com/v1.16.0/atom-amd64.deb
source = atom-python.patch
source = startupwmclass.patch
- md5sums = 972ccf314b3d2cf695602a499f7f3c4c
+ md5sums = b457a0db1d07f020f31aa084ff3a394b
md5sums = 22b4763c2e8607f0ea46311ec13da9ff
md5sums = d472858970fc4ba6f63197729b65607c
diff --git a/PKGBUILD b/PKGBUILD
index 454dfa45fcc7..3fd6cad603d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-bin
-pkgver=1.15.0
+pkgver=1.16.0
pkgrel=1
-pkgdesc="Chrome-based text editor from Github - Precompiled binary from official repository"
+pkgdesc="Atom is a hackable text editor for the 21st century built on Electron - Precompiled binary from official repository"
arch=('x86_64')
url="https://github.com/atom/atom"
license=('MIT')
@@ -17,10 +17,10 @@ provides=('atom' 'apm')
options=(!strip)
depends=('git' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'xdg-utils' 'desktop-file-utils' 'alsa-lib' 'libgnome-keyring' 'libxss')
optdepends=('gvfs')
-conflicts=('atom' 'atom-editor' 'atom-editor-git' 'atom-editor-git-tagged' 'apm')
+conflicts=('atom' 'atom-editor' 'atom-editor-git' 'atom-editor-git-tagged' 'apm' 'atom-notracking')
install=$pkgname.install
-md5sums=('972ccf314b3d2cf695602a499f7f3c4c'
+md5sums=('b457a0db1d07f020f31aa084ff3a394b'
'22b4763c2e8607f0ea46311ec13da9ff'
'd472858970fc4ba6f63197729b65607c')
source=("atom-amd64-v${pkgver}.deb::https://atom-installer.github.com/v${pkgver}/atom-amd64.deb"