diff options
author | zoe | 2016-11-07 20:50:18 +0100 |
---|---|---|
committer | zoe | 2016-11-07 20:50:18 +0100 |
commit | 3a1193aaff7b72815757a986cd2b640594b8c476 (patch) | |
tree | e6a0f1c2ae3b70a84ca06cf8deb6fddb222606ee /PKGBUILD | |
parent | 7bf33bb36dc0e51eca7b03e09c8511ad0563e5ae (diff) | |
download | aur-3a1193aaff7b72815757a986cd2b640594b8c476.tar.gz |
Update to 1.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,19 +1,19 @@ # Maintainer: chp321 [at] gmail [dot] com pkgname=ldt -pkgver=1.3.1 -pkgrel=4 +pkgver=1.4 +pkgrel=1 pkgdesc='IDE for lua language. Standalone eclipse plugin.' arch=('i686' 'x86_64') url="https://eclipse.org/${pkgname}/" license=('GPL') depends=('java-runtime') -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_x86_64=("${pkgname}.desktop" "http://mirror.switch.ch/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86_64.tar.gz") +md5sums_x86_64=('04ac4a4c273d96e7c2fb7e2d9c6c3987' '6331e1d5e49219d1be2a4aeecd6720cb') -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') +source_i686=("${pkgname}.desktop" "http://mirror.switch.ch/eclipse/${pkgname}/products/stable/${pkgver}/org.eclipse.${pkgname}.product-linux.gtk.x86.tar.gz") +md5sums_i686=('04ac4a4c273d96e7c2fb7e2d9c6c3987' '7e2a8373decd70ce76fef505082b8d88') package() { |