summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 7 insertions, 11 deletions
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() {