summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2017-03-07 00:51:28 -0800
committerzml2017-03-07 00:51:28 -0800
commit4c42f06566ba52b328989e86bd5e3968085bf06d (patch)
treed454e0fb2b89bbed81d14e8066ffb96a39c2326f
parent5906b983667faf7361d4177fea96529f98ab0d6f (diff)
downloadaur-4c42f06566ba52b328989e86bd5e3968085bf06d.tar.gz
update for 2017.02
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f1f55c769f..d4c2ce202c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2016.02b46
+ pkgver = 2017.02b53
pkgrel = 1
url = http://www.yourkit.com
arch = i686
@@ -12,8 +12,8 @@ pkgbase = yourkit
optdepends = eclipse: A Java IDE that integrates with Yourkit
optdepends = netbeans: A Java IDE that integrates with Yourkit
options = !strip
- source = http://www.yourkit.com/download/yjp-2016.02-b46-linux.tar.bz2
- sha256sums = c1922b5801a501bb317ff37584bf9bf51b6f2cfc181b797d9e425e1bd28e9c8e
+ source = http://www.yourkit.com/download/yjp-2017.02-b53.zip
+ sha256sums = fd89ad834ae5cabb9a0ee68a2f970e94262616eed36864c8e26636b50abe4157
pkgname = yourkit
diff --git a/.gitignore b/.gitignore
index 9dfb75cb1c57..9fa6629d6792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.xz
*.tar.bz2
+*.zip
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 5cddeac98a8d..4c18ef5c9a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer zml <zml@aoeu.xyz>
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
-_version=2016.02
-_build=46
+_version=2017.02
+_build=53
pkgver=${_version}b${_build}
pkgrel=1
pkgdesc="Java CPU and memory profiler."
@@ -14,8 +14,8 @@ optdepends=('intellij-idea-community-edition: A Java IDE that integrates with Yo
'eclipse: A Java IDE that integrates with Yourkit'
'netbeans: A Java IDE that integrates with Yourkit')
options=(!strip)
-source=(http://www.yourkit.com/download/yjp-${_version}-b${_build}-linux.tar.bz2)
-sha256sums=('c1922b5801a501bb317ff37584bf9bf51b6f2cfc181b797d9e425e1bd28e9c8e')
+source=(http://www.yourkit.com/download/yjp-${_version}-b${_build}.zip)
+sha256sums=('fd89ad834ae5cabb9a0ee68a2f970e94262616eed36864c8e26636b50abe4157')
build() {
msg2 "Generate scripts for /usr/bin..."