summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha McVey2017-03-01 16:31:41 -0800
committerSamantha McVey2017-03-01 16:31:41 -0800
commitad144ded1a91def14fa7b1d94fc371fbf2232783 (patch)
tree8102aa0dac535ee2714a67db7040caedb1f8b5d5
parent737cf53bdbffc874d4fa5d95222e9ce0892a3318 (diff)
downloadaur-ad144ded1a91def14fa7b1d94fc371fbf2232783.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 791705c58485..aabf1666b373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atom-editor-beta-bin
pkgdesc = Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository
- pkgver = 1.15.0.beta3
+ pkgver = 1.15.0.beta4
pkgrel = 1
url = https://github.com/atom/atom
install = atom-editor-beta-bin.install
@@ -20,7 +20,7 @@ pkgbase = atom-editor-beta-bin
optdepends = gvfs
conflicts = atom-editor-beta
options = !strip
- source = atom-amd64-v1.15.0-beta3.deb::https://atom-installer.github.com/v1.15.0-beta3/atom-amd64.deb
+ source = atom-amd64-v1.15.0-beta4.deb::https://atom-installer.github.com/v1.15.0-beta4/atom-amd64.deb
source = atom-python.patch
source = startupwmclass.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7802e6a7b7a8..c82020b9c3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-beta-bin
-pkgver=1.15.0.beta3
+pkgver=1.15.0.beta4
pkgver() {
curl -sS https://github.com/atom/atom/releases.atom | grep -Eo 'v.*?beta([0-9]+)' | head -n 1 | sed -e 's/-/./' -e 's/v//'
}