summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Jasek2018-11-15 22:39:55 +0100
committerTomas Jasek2018-11-15 22:39:55 +0100
commit18df34b66af0486296f576f928ed79337247dfa3 (patch)
tree30fc968257b6fe8df6f1a15b89c9e875956efec8
parentc3909d1898810ab8d7cecb6bfe9bd55f29680c57 (diff)
downloadaur-18df34b66af0486296f576f928ed79337247dfa3.tar.gz
update to next package version + get rid of i686
i686 is no longer officially supported by arch and it is not built by the aptana team
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD10
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f54f7e45036a..5836e3fe8b84 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 3 21:08:46 UTC 2018
+# Thu Nov 15 21:39:36 UTC 2018
pkgbase = aptana-studio
pkgdesc = Aptana Studio 3.6.1 is code base and complete eclipse-based environment that includes extensive capabilities to build Ruby and Rails, PHP, and Python applications, along with complete HTML, CSS and JavaScript editing.
- pkgver = 3.6.1
- pkgrel = 4
+ pkgver = 3.7.2.201807301111
+ pkgrel = 1
url = http://www.aptana.com/products/studio3/download.html
arch = i686
arch = x86_64
@@ -14,10 +14,8 @@ pkgbase = aptana-studio
optdepends = chromium: internal browser support
source = aptana-studio.desktop
md5sums = 6b3b2d4809ac7c92c312950f06224387
- source_i686 = https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_3.6.1.zip
- md5sums_i686 = 325f503d5e93bc51957a8e830db7ad56
- source_x86_64 = https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_64_3.6.1.zip
- md5sums_x86_64 = b9d34433e0cd06061df962fe26e25c98
+ source_x86_64 = https://github.com/aptana/studio3/releases/download/3.7.2.201807301111/aptana.studio-linux.gtk.x86_64.zip
+ md5sums_x86_64 = a09490d152669151c9d4bce463dc5446
pkgname = aptana-studio
diff --git a/PKGBUILD b/PKGBUILD
index 14798a3527eb..866583d49a5a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: The_Loko
pkgname="aptana-studio"
-pkgver="3.6.1"
-pkgrel=4
+pkgver="3.7.2.201807301111"
+pkgrel=1
pkgdesc="Aptana Studio 3.6.1 is code base and complete eclipse-based environment that includes extensive capabilities to build Ruby and Rails, PHP, and Python applications, along with complete HTML, CSS and JavaScript editing. "
arch=('i686' 'x86_64')
url="http://www.aptana.com/products/studio3/download.html"
@@ -22,11 +22,9 @@ backup=()
options=()
install=
changelog=
-source_i686=("https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_${pkgver}.zip")
md5sums=('6b3b2d4809ac7c92c312950f06224387')
-md5sums_i686=('325f503d5e93bc51957a8e830db7ad56')
-md5sums_x86_64=('b9d34433e0cd06061df962fe26e25c98')
-source_x86_64=("https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_64_${pkgver}.zip")
+md5sums_x86_64=('a09490d152669151c9d4bce463dc5446')
+source_x86_64=("https://github.com/aptana/studio3/releases/download/3.7.2.201807301111/aptana.studio-linux.gtk.x86_64.zip")
source=("aptana-studio.desktop")
noextract=()