summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d838e57908..a6c5561b999c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 01:33:50 UTC 2015
+# Thu Dec 10 20:37:44 UTC 2015
pkgbase = atom-editor-bin
pkgdesc = Chrome-based text editor from Github - Precompiled binary from official repository
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/atom/atom
install = atom-editor-bin.install
@@ -24,9 +24,9 @@ pkgbase = atom-editor-bin
conflicts = atom-editor-git
conflicts = atom-editor-git-tagged
options = !strip
- source = atom-amd64-v1.3.0.deb::https://github.com/atom/atom/releases/download/v1.3.0/atom-amd64.deb
+ source = atom-amd64-v1.3.1.deb::https://github.com/atom/atom/releases/download/v1.3.1/atom-amd64.deb
source = atom-python.patch
- md5sums = c5ee824af3b6bade44323d8ed1bbc0a0
+ md5sums = 54c0f62e18f0d74fbf8dc9b46a681bed
md5sums = dbb685607dea46517de0a27e24085bf4
pkgname = atom-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index db4b62415540..1047a0bf6477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-bin
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Chrome-based text editor from Github - Precompiled binary from official repository"
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=('git' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'gvfs' 'xdg-
conflicts=('atom-editor' 'atom-editor-git' 'atom-editor-git-tagged')
install=$pkgname.install
-md5sums=('c5ee824af3b6bade44323d8ed1bbc0a0'
+md5sums=('54c0f62e18f0d74fbf8dc9b46a681bed'
'dbb685607dea46517de0a27e24085bf4')
source=("atom-amd64-v${pkgver}.deb::https://github.com/atom/atom/releases/download/v${pkgver}/atom-amd64.deb"
atom-python.patch)