summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c97b7eeee2db..283d1dcdf2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jun 11 09:22:54 UTC 2017
+# Wed Aug 2 10:22:58 UTC 2017
pkgbase = atom-editor-transparent
pkgdesc = Atom is a hackable text editor for the 21st century built on Electron - with transparent background support
- pkgver = 1.17.0.0
- pkgrel = 2
+ pkgver = 1.18.0
+ pkgrel = 1
url = https://github.com/atom/atom
install = atom-editor-transparent.install
arch = x86_64
@@ -33,10 +33,10 @@ pkgbase = atom-editor-transparent
conflicts = apm
conflicts = atom-notracking
options = !strip
- source = https://github.com/atom/atom/archive/v1.17.0.tar.gz
+ source = https://github.com/atom/atom/archive/v1.18.0.tar.gz
source = atom-transparent.patch
source = apm-python2.patch
- sha384sums = abc4154731856bd52dc86d29fb80894a6aaf791016441fde40bfd7be505b08c3b751644658f7e1d1321893c282a9e4b2
+ sha384sums = d0c461eded687bace8ba8913f5b7c7c8a57fb26fbf11937aaf26708eab77d5e5950ebdf379db25a42effc82495452a01
sha384sums = 1e027cc6eef1921d0ab08e30c0f44f49e9966503452cf3821782574dd8486bf59fd9170efe051171efb2375635499f7f
sha384sums = 7b28df309d5aae71a71edca781537b808c507ca156f6e7c559f6f8482fc450eb3c8c9e15b10ac9570302c652666cbc2f
diff --git a/PKGBUILD b/PKGBUILD
index f731f149de37..600fc400a1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-transparent
-_atomver=1.17.0
-pkgver=1.17.0.0
-pkgrel=2
+_atomver=1.18.0
+pkgver=1.18.0
+pkgrel=1
pkgdesc="Atom is a hackable text editor for the 21st century built on Electron - with transparent background support"
arch=('x86_64')
url="https://github.com/atom/atom"
@@ -17,7 +17,7 @@ optdepends=('gvfs: file deletion support')
conflicts=('atom' 'atom-editor' 'atom-editor-bin' 'atom-editor-git' 'atom-editor-git-tagged' 'apm' 'atom-notracking')
install=$pkgname.install
-sha384sums=('abc4154731856bd52dc86d29fb80894a6aaf791016441fde40bfd7be505b08c3b751644658f7e1d1321893c282a9e4b2'
+sha384sums=('d0c461eded687bace8ba8913f5b7c7c8a57fb26fbf11937aaf26708eab77d5e5950ebdf379db25a42effc82495452a01'
'1e027cc6eef1921d0ab08e30c0f44f49e9966503452cf3821782574dd8486bf59fd9170efe051171efb2375635499f7f'
'7b28df309d5aae71a71edca781537b808c507ca156f6e7c559f6f8482fc450eb3c8c9e15b10ac9570302c652666cbc2f')
@@ -40,7 +40,7 @@ prepare() {
echo "applying atom-transparent.patch"
patch -p1 < "${srcdir}"/atom-transparent.patch
}
-# https://github.com/atom/atom/archive/v1.17.0.tar.gz
+# https://github.com/atom/atom/archive/v1.18.0.tar.gz
build() {
cd ${srcdir}/atom-${_atomver}
mkdir -p ${srcdir}/install