summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha McVey2017-04-12 14:36:47 -0700
committerSamantha McVey2017-04-12 14:37:23 -0700
commit77616d611dc1df759fbc6284a39f288c33214d65 (patch)
treeb412ffb24680fa54829bdf60da4d460fd5d66772
parent1596afec0165c2dfd38886b7f4d690349eae0000 (diff)
downloadaur-77616d611dc1df759fbc6284a39f288c33214d65.tar.gz
Bump version to 1.17.0.beta0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738114afb5e7..b4a42472e220 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.16.0.beta0
+ pkgver = 1.17.0.beta0
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.16.0-beta0.deb::https://atom-installer.github.com/v1.16.0-beta0/atom-amd64.deb
+ source = atom-amd64-v1.17.0-beta0.deb::https://atom-installer.github.com/v1.17.0-beta0/atom-amd64.deb
source = atom-python.patch
source = startupwmclass.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50eb426ee9b1..4f0dbd43fe9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-beta-bin
-pkgver=1.16.0.beta0
+pkgver=1.17.0.beta0
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//'
}