summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Jasek2018-04-03 23:09:59 +0200
committerTomas Jasek2018-04-03 23:09:59 +0200
commitc3909d1898810ab8d7cecb6bfe9bd55f29680c57 (patch)
treeb9c3214ae00d2f7b2f37f008cbb29127cb618f60
parentb2d28a701addbaedab3428364d2721cd88e529dc (diff)
downloadaur-c3909d1898810ab8d7cecb6bfe9bd55f29680c57.tar.gz
update download URLs
Signed-off-by: Tomas Jasek <tomsik68@gmail.com>
-rwxr-xr-x[-rw-r--r--].SRCINFO12
-rwxr-xr-x[-rw-r--r--]PKGBUILD14
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787a5bf95d79..f54f7e45036a 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Apr 3 21:08:46 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 = 3
+ pkgrel = 4
url = http://www.aptana.com/products/studio3/download.html
arch = i686
arch = x86_64
@@ -12,10 +14,10 @@ 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/Aptana_Studio_3_Setup_Linux_x86_3.6.1.zip
- md5sums_i686 = bf3c1923ea051c29803b6bc2b5d50ff9
- source_x86_64 = https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip
- md5sums_x86_64 = 5df9fa66cd28648e311c1ca662de1508
+ 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
pkgname = aptana-studio
diff --git a/PKGBUILD b/PKGBUILD
index e7cb69d537d2..14798a3527eb 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="aptana-studio"
pkgver="3.6.1"
-pkgrel=3
+pkgrel=4
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"
@@ -12,7 +12,7 @@ license=('GPL3')
groups=()
depends=('java-runtime')
makedepends=(tar)
-optdepends=('webkitgtk2: internal browser support'
+optdepends=('webkitgtk2: internal browser support'
'chromium: internal browser support'
)
provides=()
@@ -22,12 +22,12 @@ backup=()
options=()
install=
changelog=
-source_i686=("https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_Linux_x86_${pkgver}.zip")
-md5sums_i686=('bf3c1923ea051c29803b6bc2b5d50ff9')
-source_x86_64=("https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_Linux_x86_64_${pkgver}.zip")
-md5sums_x86_64=('5df9fa66cd28648e311c1ca662de1508')
+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")
source=("aptana-studio.desktop")
-md5sums=("6b3b2d4809ac7c92c312950f06224387")
noextract=()
build() {