summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2015-12-23 16:54:23 -0800
committerzml2015-12-23 16:54:23 -0800
commit34b47d834dc8151c301e2274218d21e1c522b7d7 (patch)
tree744a0eb83526170cb8a34db2419d2282aec8a093
parent957012101e6d6fa058dab13a9eea891f4bff6ec4 (diff)
downloadaur-34b47d834dc8151c301e2274218d21e1c522b7d7.tar.gz
Bump to build 1084
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dede51203a52..6d6472f4df94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 16:51:53 UTC 2015
+# Sat Dec 19 05:35:56 UTC 2015
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15082
+ pkgver = 2015b15084
pkgrel = 1
url = http://www.yourkit.com
install = yourkit.install
@@ -15,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-2015-build-15082-linux.tar.bz2
- sha256sums = 0ff968f3e2d6f0229edc7fb1a8e50aa164da4f7739b8dbdcd16c6e0726aeac28
+ source = http://www.yourkit.com/download/yjp-2015-build-15084-linux.tar.bz2
+ sha256sums = a199ab3572f3208b4f6b528b95fe117c818c0083570e7e200df5f482554136f0
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index bad55e6bdf68..a11069dbe235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15082
+_build=15084
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}-build-${_build}-linux.tar.bz2)
-sha256sums=('0ff968f3e2d6f0229edc7fb1a8e50aa164da4f7739b8dbdcd16c6e0726aeac28')
+sha256sums=('a199ab3572f3208b4f6b528b95fe117c818c0083570e7e200df5f482554136f0')
build() {
msg2 "Generate scripts for /usr/bin..."