summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2016-03-30 22:11:42 -0700
committerzml2016-03-30 22:11:42 -0700
commit2e7e3ee58a3defd9849a1f93c0a64098927f875e (patch)
treeeedd657c116011cd1ce56d41a8786595b3fab4fe
parent15ce106b8d09772d02363dc51ca4f9bb637158ff (diff)
downloadaur-2e7e3ee58a3defd9849a1f93c0a64098927f875e.tar.gz
Bump to build 33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b5712e2530..b18a8f41e3cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 31 05:10:09 UTC 2016
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2016.02b29
+ pkgver = 2016.02b33
pkgrel = 1
url = http://www.yourkit.com
install = yourkit.install
@@ -13,8 +15,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-b29-linux.tar.bz2
- sha256sums = 72aa766c253bbaa8d18a78ef095eac1e800a4901b041fb5a63d4562cb0266ad1
+ source = http://www.yourkit.com/download/yjp-2016.02-b33-linux.tar.bz2
+ sha256sums = 6eff985c40fd3db1a89e35e1e18f441af451402a4d5739d6ac0afcbde5bf1e69
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 1a1e5fbca20e..3ecddbab5da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2016.02
-_build=29
+_build=33
pkgver=${_version}b${_build}
pkgrel=1
pkgdesc="Java CPU and memory profiler."
@@ -16,7 +16,7 @@ optdepends=('intellij-idea-community-edition: A Java IDE that integrates with Yo
options=(!strip)
install=${pkgname}.install
source=(http://www.yourkit.com/download/yjp-${_version}-b${_build}-linux.tar.bz2)
-sha256sums=('72aa766c253bbaa8d18a78ef095eac1e800a4901b041fb5a63d4562cb0266ad1')
+sha256sums=('6eff985c40fd3db1a89e35e1e18f441af451402a4d5739d6ac0afcbde5bf1e69')
build() {
msg2 "Generate scripts for /usr/bin..."