summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-05-02 23:29:35 +0200
committerzoe2016-05-02 23:29:35 +0200
commit7bf33bb36dc0e51eca7b03e09c8511ad0563e5ae (patch)
tree175f32ed9330dd282784dee0b53d2009d47b907a
parent298d20629731e8298bdf4e8c58f99a2147e78276 (diff)
downloadaur-7bf33bb36dc0e51eca7b03e09c8511ad0563e5ae.tar.gz
Update to 1.3.1-4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb32a016ae54..8a0d4ec64a76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,22 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 22:08:23 UTC 2016
+# Mon May 2 21:28:40 UTC 2016
pkgbase = ldt
pkgdesc = IDE for lua language. Standalone eclipse plugin.
pkgver = 1.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://eclipse.org/ldt/
arch = i686
arch = x86_64
license = GPL
depends = java-runtime
- source = ldt.desktop
- md5sums = 04ac4a4c273d96e7c2fb7e2d9c6c3987
+ source_i686 = ldt.desktop
+ source_i686 = http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/ldt/products/stable/1.3.1/org.eclipse.ldt.product-linux.gtk.x86.tar.gz
+ md5sums_i686 = 04ac4a4c273d96e7c2fb7e2d9c6c3987
+ md5sums_i686 = 3eb6411773fdb4d403b6c8ad6d047b74
+ source_x86_64 = ldt.desktop
+ source_x86_64 = http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/ldt/products/stable/1.3.1/org.eclipse.ldt.product-linux.gtk.x86_64.tar.gz
+ md5sums_x86_64 = 04ac4a4c273d96e7c2fb7e2d9c6c3987
+ md5sums_x86_64 = ffc8d97e364825d337362fa1263c0df9
pkgname = ldt
diff --git a/PKGBUILD b/PKGBUILD
index a17e4dbefe9e..0d5cd59b7fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,18 @@
pkgname=ldt
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='IDE for lua language. Standalone eclipse plugin.'
arch=('i686' 'x86_64')
url="https://eclipse.org/${pkgname}/"
license=('GPL')
depends=('java-runtime')
-source=("${pkgname}.desktop")
-md5sums=('04ac4a4c273d96e7c2fb7e2d9c6c3987')
-if test "$CARCH" == x86_64; then
- source+=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86_64.tar.gz")
- md5sums+=('ffc8d97e364825d337362fa1263c0df9')
-fi
-if test "$CARCH" == i686; then
- source+=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86.tar.gz")
- md5sums+=('3eb6411773fdb4d403b6c8ad6d047b74')
-fi
+
+source_x86_64=("${pkgname}.desktop" "http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86_64.tar.gz")
+md5sums_x86_64=('04ac4a4c273d96e7c2fb7e2d9c6c3987' 'ffc8d97e364825d337362fa1263c0df9')
+
+source_i686=("${pkgname}.desktop" "http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86.tar.gz")
+md5sums_i686=('04ac4a4c273d96e7c2fb7e2d9c6c3987' '3eb6411773fdb4d403b6c8ad6d047b74')
package() {