summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-02-08 23:09:03 +0100
committerzoe2016-02-08 23:09:03 +0100
commit298d20629731e8298bdf4e8c58f99a2147e78276 (patch)
treec10fbd1f74cf96a9c976601770f8d0e672304292
parent06832805cbec5402408606731c49bfca1793a399 (diff)
downloadaur-298d20629731e8298bdf4e8c58f99a2147e78276.tar.gz
Update to 1.3.1-3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b601cda5f7e9..fb32a016ae54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 22:41:27 UTC 2016
+# Mon Feb 8 22:08:23 UTC 2016
pkgbase = ldt
pkgdesc = IDE for lua language. Standalone eclipse plugin.
pkgver = 1.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://eclipse.org/ldt/
+ arch = i686
arch = x86_64
license = GPL
depends = java-runtime
- source = 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
source = ldt.desktop
- md5sums = ffc8d97e364825d337362fa1263c0df9
md5sums = 04ac4a4c273d96e7c2fb7e2d9c6c3987
pkgname = ldt
diff --git a/PKGBUILD b/PKGBUILD
index 2546cc534d15..a17e4dbefe9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,23 @@
pkgname=ldt
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc='IDE for lua language. Standalone eclipse plugin.'
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="https://eclipse.org/${pkgname}/"
license=('GPL')
depends=('java-runtime')
-source=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86_64.tar.gz" "${pkgname}.desktop")
-md5sums=('ffc8d97e364825d337362fa1263c0df9' '04ac4a4c273d96e7c2fb7e2d9c6c3987')
+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
+
package() {
mkdir -p ${pkgdir}/opt/