summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2015-08-11 18:14:51 +0300
committervlad2015-08-11 18:14:51 +0300
commitd319b144248a95c200c5bf37c875e1d8804f763c (patch)
tree772e0000438bf93e64e84399076571ed6fc73081 /PKGBUILD
parent8f35048f15e7eec84c36b31fb968de759d698027 (diff)
downloadaur-d319b144248a95c200c5bf37c875e1d8804f763c.tar.gz
update to 5.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4495c56f15e3..860fa9e06b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Leo von Klenze <leo.vonklenze@tngtech.com>
pkgname=atlassian-plugin-sdk
-pkgver=5.0.14
+pkgver=5.1.1
pkgrel=1
-pkgdesc="Atlassian Plugin SDK for Developing Plugins for Atlassian Products"
+pkgdesc="Atlassian plugin software developer kit"
arch=('i686' 'x86_64')
url="http://confluence.atlassian.com/x/rwWzDQ"
license=('Apache License 2.0')
source=("https://maven.atlassian.com/public/com/atlassian/amps/atlassian-plugin-sdk/$pkgver/atlassian-plugin-sdk-$pkgver.tar.gz")
-sha256sums=('87d83dddf49923b656c1593171ed4007f8903848b482c65e0dd447754aecec2e')
+sha256sums=('a92ec51c7d6afaea148907acbe7f0adf1207abc48e1f9fb50c6ced105e0c80d1')
depends=('jdk')
package() {
@@ -24,7 +24,7 @@ package() {
# add executable flag for every user
chmod -R +X opt/atlassian/plugin-sdk
- # add sun jasva path settings to atlas files
+ # add sun java path settings to atlas files
#find opt/atlassian/plugin-sdk -type f -executable -exec sed -ie 's/# Execute Maven #/# Execute Maven #\nsource \/opt\/java7\/etc\/profile.d\/jdk.sh/g' {} \;
# update PATH