summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni2016-09-29 17:26:25 +0200
committerEduardo Pedroni2016-09-29 17:26:25 +0200
commitd3f40f9b43e10f51cb7bbb9eac7f9ce29ad98efa (patch)
tree1c258f58309c4db2917b6ee76bef61868dd56038
parentbcf405c569b43f655199795bb848513cc59824e4 (diff)
downloadaur-d3f40f9b43e10f51cb7bbb9eac7f9ce29ad98efa.tar.gz
Updated to Neon 4.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca709df4f97..534399a5cf70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eclipse-platform
pkgdesc = A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
- pkgver = 4.6
+ pkgver = 4.6.1
pkgrel = 1
url = http://www.eclipse.org
install = eclipse-platform.install
@@ -13,13 +13,13 @@ pkgbase = eclipse-platform
depends = libwebkit
depends = libxtst
depends = hicolor-icon-theme
- provides = eclipse=4.6
+ provides = eclipse=4.6.1
conflicts = eclipse
options = !strip
- source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-platform-4.6-linux-gtk-x86_64.tar.gz&r=1
+ source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.6.1-201609071200/eclipse-platform-4.6.1-linux-gtk-x86_64.tar.gz&r=1
source = eclipse.sh
source = eclipse.desktop
- md5sums = b854b472398a3874c9e37c2d63d8e2ae
+ md5sums = 85af8ea1a2157b98bf4f4642e0b2e131
md5sums = 66757230837fdebabb8ce91eb4fccc80
md5sums = 6978e306347d49393e7ac833ba47c4ac
diff --git a/PKGBUILD b/PKGBUILD
index 985acae754a3..8d58b5003cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Jesus Jerez <jhuss@archlinux.org.ve>
pkgname=eclipse-platform
-pkgver=4.6
-_pkgbuild=201606061100
+pkgver=4.6.1
+_pkgbuild=201609071200
pkgrel=1
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="http://www.eclipse.org"
@@ -23,13 +23,13 @@ source=(
"eclipse.desktop"
)
-md5sums=('19e07aba9bda903d4d5b1620b338a0df'
+md5sums=('f7d61d17a9d96939a7795edac868d801'
'66757230837fdebabb8ce91eb4fccc80'
'6978e306347d49393e7ac833ba47c4ac')
if [ "$CARCH" = "x86_64" ]; then
source[0]=${source/linux-gtk/linux-gtk-x86_64}
- md5sums[0]='b854b472398a3874c9e37c2d63d8e2ae'
+ md5sums[0]='85af8ea1a2157b98bf4f4642e0b2e131'
fi
package() {