summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Roheim2015-10-04 15:50:21 +0300
committerDavid Roheim2015-10-04 15:50:21 +0300
commit19cfb5956fc235b6118ce8d749207efe8aff7ced (patch)
tree68e91584f44964d1f149ae686afd5e49fa2eb988
parent3eb81be2307de0f5c230293f83d264ab6f58182f (diff)
downloadaur-19cfb5956fc235b6118ce8d749207efe8aff7ced.tar.gz
Update to v13.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8263256a484..5465d7905ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zendstudio
pkgdesc = ZendStudio is the leading PHP IDE for development
- pkgver = 12.5.1
+ pkgver = 13.0.0
pkgrel = 1
url = http://www.zend.com/en/products/studio/
install = zendstudio.install
@@ -16,11 +16,11 @@ pkgbase = zendstudio
depends = svnkit
depends = mariadb-clients
options = !strip
- source = http://downloads.zend.com/studio-eclipse/12.5.1/ZendStudio-12.5.1-linux.gtk.x86_64.tar.gz
+ source = http://downloads.zend.com/studio-eclipse/13.0.0/ZendStudio-13.0.0-linux.gtk.x86_64.tar.gz
source = zendstudio.sh
source = zendstudio.desktop
source = zendstudio.png
- sha256sums = 0fd14e251eb0b193ef518bfa57f8584cf1437187f55c68d4579ccd011300ecee
+ sha256sums = 5719b88b4a42025674277b18916ed003893c9c21bc0d8241e4380da6264c6462
sha256sums = 99b9dd1daf408b634ec46fb9dafb5553b98a0a6e590ea0d1c3c86a54383c4e3e
sha256sums = f4089b8074161e3dce8e135e6cce33db59cbf06c67bf9dfc1b1e6f6308a23b0a
sha256sums = 71ff3b80efe5c65e3733f002af64e7ed29c08118cf20e5d0b6e581e6ed7e4ffe
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..dc0564d7d465
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+*.xz
+*.part
+pkg/
+src/
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
}