summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Roheim2015-10-04 15:50:21 +0300
committerDavid Roheim2015-10-04 15:50:21 +0300
commit19cfb5956fc235b6118ce8d749207efe8aff7ced (patch)
tree68e91584f44964d1f149ae686afd5e49fa2eb988 /PKGBUILD
parent3eb81be2307de0f5c230293f83d264ab6f58182f (diff)
downloadaur-19cfb5956fc235b6118ce8d749207efe8aff7ced.tar.gz
Update to v13.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3af621a3ae4..8e5cd6c1767d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer : David Roheim <david [dot] roheim [at] gmail [dot] com>
+# Maintainer : David Roheim <david.roheim@gmail.com>
pkgname=zendstudio
-pkgver=12.5.1
+pkgver=13.0.0
pkgrel=1
pkgdesc="ZendStudio is the leading PHP IDE for development"
arch=('i686' 'x86_64')
@@ -16,13 +16,13 @@ source=("http://downloads.zend.com/studio-eclipse/${pkgver}/ZendStudio-${pkgver}
"${pkgname}.desktop"
"${pkgname}.png")
-sha256sums=('0fd14e251eb0b193ef518bfa57f8584cf1437187f55c68d4579ccd011300ecee'
+sha256sums=('5719b88b4a42025674277b18916ed003893c9c21bc0d8241e4380da6264c6462'
'99b9dd1daf408b634ec46fb9dafb5553b98a0a6e590ea0d1c3c86a54383c4e3e'
'f4089b8074161e3dce8e135e6cce33db59cbf06c67bf9dfc1b1e6f6308a23b0a'
'71ff3b80efe5c65e3733f002af64e7ed29c08118cf20e5d0b6e581e6ed7e4ffe')
[ "$CARCH" = "i686" ] && source[0]="http://downloads.zend.com/studio-eclipse/${pkgver}/ZendStudio-${pkgver}-linux.gtk.x86.tar.gz"
-[ "$CARCH" = "i686" ] && sha256sums[0]='20d6c808a8ae29da931640a7ee3a295225f1b59bd657af807e8daaa272957226'
+[ "$CARCH" = "i686" ] && sha256sums[0]='ea3f5208f08afa2ef067bd5e5eb4812173be01dfbaba1877b16b80ca88bd5345'
build() {
true
@@ -42,6 +42,6 @@ package() {
cp ${pkgname}.png ${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png
chmod 644 ${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png
- sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" ${pkgdir}/usr/share/${pkgname}/plugins/org.apache.ant_1.9.2.v201404171502/bin/runant.py
+ sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" ${pkgdir}/usr/share/${pkgname}/plugins/org.apache.ant_1.9.4.v201504302020/bin/runant.py
}