summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2016-06-30 16:58:57 +0300
committerArthur Zamarin2016-06-30 16:58:57 +0300
commit0fabf08c070737a92965cc84a4405eff257895a4 (patch)
treeb6baf5fc1bd367e1cc4cbd9a2c3804c31fd3c4f4
parent3303132e90e1268abf6ed1f5259ebbd61a838ea7 (diff)
downloadaur-0fabf08c070737a92965cc84a4405eff257895a4.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a70a69289a8..ed22ca13763a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 2 07:00:05 UTC 2016
+# Thu Jun 30 13:58:57 UTC 2016
pkgbase = eclipse-dltk-python
pkgdesc = Python IDE for Eclipse (Stable Stream)
- pkgver = 5.4
+ pkgver = 5.5
pkgrel = 1
url = http://www.eclipse.org/dltk/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = eclipse-dltk-python
license = EPL
depends = eclipse-dltk-core
depends = eclipse-antlr-runtime>=3.0.0
- source = http://www.eclipse.org/downloads/download.php?r=1&file=/technology/dltk/downloads/drops/R5.4/R-5.4-201602110510/dltk-python-R-5.4-201602110510.zip
- md5sums = 08aa234c48109b3391ff721aad015249
+ source = http://www.eclipse.org/downloads/download.php?r=1&file=/technology/dltk/downloads/drops/R5.5/R-5.5-201605241149/dltk-python-R-5.5-201605241149.zip
+ md5sums = 5f940c105346139c9dfdedc0e70fc93b
pkgname = eclipse-dltk-python
diff --git a/PKGBUILD b/PKGBUILD
index 900854f7add8..f6840fccb74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=eclipse-dltk-python
-pkgver=5.4
+pkgver=5.5
pkgrel=1
-_pkgdate="201602110510"
+_pkgdate=201605241149
pkgdesc="Python IDE for Eclipse (Stable Stream)"
arch=('i686' 'x86_64')
url="http://www.eclipse.org/dltk/"
@@ -13,7 +13,7 @@ license=('EPL')
depends=("eclipse-dltk-core" "eclipse-antlr-runtime>=3.0.0")
_mirror="http://www.eclipse.org/downloads/download.php?r=1&file="
source=("$_mirror/technology/dltk/downloads/drops/R${pkgver:0:3}/R-$pkgver-$_pkgdate/${pkgname#eclipse-}-R-$pkgver-$_pkgdate.zip")
-md5sums=('08aa234c48109b3391ff721aad015249')
+md5sums=('5f940c105346139c9dfdedc0e70fc93b')
package() {
cd $srcdir