summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7887855a37ea..61670d4c31c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = atom-editor-bin
pkgdesc = Hackable text editor built on Electron (official precompiled binary)
- pkgver = 1.43.0
+ pkgver = 1.44.0
pkgrel = 1
url = https://github.com/atom/atom
install = atom-editor-bin.install
arch = x86_64
license = MIT
depends = git
- depends = gconf
- depends = gtk2
+ depends = gtk3
depends = libnotify
depends = libxtst
depends = nss
@@ -18,6 +17,8 @@ pkgbase = atom-editor-bin
depends = alsa-lib
depends = libgnome-keyring
depends = libxss
+ depends = libxkbfile
+ depends = ripgrep
optdepends = gvfs
provides = atom
provides = apm
@@ -29,12 +30,12 @@ pkgbase = atom-editor-bin
conflicts = atom-notracking
options = !strip
options = !emptydirs
- source = atom-amd64-v1.43.0.deb::https://atom-installer.github.com/v1.43.0/atom-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/atom/atom/v1.43.0/LICENSE.md
+ source = atom-amd64-v1.44.0.deb::https://atom-installer.github.com/v1.44.0/atom-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/atom/atom/v1.44.0/LICENSE.md
source = atom-editor-bin.install
source = atom-python.patch
source = startupwmclass.patch
- sha512sums = 61f84543f38eb12691a3d80efc3e1966ebbeba00635b044550bb459904fc3d78a5bda1835780a3d9f92e15b36c8a51e1a50b05bfd98691f137b9cd51079962e0
+ sha512sums = 65369aca055e7c51a85d3e44a1c0262f002273fe47a4ae8ce057ea00dfaacb0b6639579ffeb5c6411bf72f4f5457b62fc405d6c0ec01d645613ff7ce3ba09f24
sha512sums = ab419ebc3eeecc4df894de6d4e8f7d0e7f1a8a650789d497c1f3754e6af0acedeb50257024e2fa123c0b3dafd12b97fd6d671ef1c450b3fa43291d2a1db0209f
sha512sums = e30f7e4812898b80c079ba419e0cb37522c2e154ef7fdd6dda3da06dcbcaadc42016dd3d3b8caf206b842a2b9e3b954e537626d72337c56f05365a733627ce6c
sha512sums = 37e33402ff1a21c27debc56ac909279992c6a3aa9f2d8dd49fb13fc02cc3fb91a373531be92df9cc81089e167827ca7b36f967e4f7e482b1173d358a8b29cb98
diff --git a/PKGBUILD b/PKGBUILD
index a0e8bf51bb6f..8c58b91fcf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Danny Arnold <despair.blue at gmail dot com>
pkgname=atom-editor-bin
-pkgver=1.43.0
+pkgver=1.44.0
pkgrel=1
pkgdesc="Hackable text editor built on Electron (official precompiled binary)"
arch=('x86_64')
@@ -14,7 +14,7 @@ url="https://github.com/atom/atom"
license=('MIT')
provides=('atom' 'apm')
options=(!strip !emptydirs)
-depends=('git' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'xdg-utils' 'desktop-file-utils' 'alsa-lib' 'libgnome-keyring' 'libxss')
+depends=('git' 'gtk3' 'libnotify' 'libxtst' 'nss' 'python2' 'xdg-utils' 'desktop-file-utils' 'alsa-lib' 'libgnome-keyring' 'libxss' 'libxkbfile' 'ripgrep')
optdepends=('gvfs')
conflicts=('atom' 'atom-editor' 'atom-editor-git' 'atom-editor-git-tagged' 'apm' 'atom-notracking')
install=$pkgname.install
@@ -23,7 +23,7 @@ source=("atom-amd64-v${pkgver}.deb::https://atom-installer.github.com/v${pkgver}
atom-editor-bin.install
atom-python.patch
startupwmclass.patch)
-sha512sums=('61f84543f38eb12691a3d80efc3e1966ebbeba00635b044550bb459904fc3d78a5bda1835780a3d9f92e15b36c8a51e1a50b05bfd98691f137b9cd51079962e0'
+sha512sums=('65369aca055e7c51a85d3e44a1c0262f002273fe47a4ae8ce057ea00dfaacb0b6639579ffeb5c6411bf72f4f5457b62fc405d6c0ec01d645613ff7ce3ba09f24'
'ab419ebc3eeecc4df894de6d4e8f7d0e7f1a8a650789d497c1f3754e6af0acedeb50257024e2fa123c0b3dafd12b97fd6d671ef1c450b3fa43291d2a1db0209f'
'e30f7e4812898b80c079ba419e0cb37522c2e154ef7fdd6dda3da06dcbcaadc42016dd3d3b8caf206b842a2b9e3b954e537626d72337c56f05365a733627ce6c'
'37e33402ff1a21c27debc56ac909279992c6a3aa9f2d8dd49fb13fc02cc3fb91a373531be92df9cc81089e167827ca7b36f967e4f7e482b1173d358a8b29cb98'