summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2015-12-12 12:46:22 -0800
committerzml2015-12-12 12:46:22 -0800
commit957012101e6d6fa058dab13a9eea891f4bff6ec4 (patch)
treeb94c8b5001fdcffc4b7cc4ecf9efc9bb3d6c4173
parent781b76026db79c3bbe1494c04e1f582ec557caa8 (diff)
downloadaur-957012101e6d6fa058dab13a9eea891f4bff6ec4.tar.gz
Bump build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7a5c43ce84..dede51203a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 16:51:53 UTC 2015
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15080
+ pkgver = 2015b15082
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-2015-build-15080-linux.tar.bz2
- sha256sums = 526154f3d465f47fb8e1147a81a9051774eee1018f2873fddc22a84ed8fef7e5
+ source = http://www.yourkit.com/download/yjp-2015-build-15082-linux.tar.bz2
+ sha256sums = 0ff968f3e2d6f0229edc7fb1a8e50aa164da4f7739b8dbdcd16c6e0726aeac28
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 77d6108cfdd6..bad55e6bdf68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15080
+_build=15082
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=('526154f3d465f47fb8e1147a81a9051774eee1018f2873fddc22a84ed8fef7e5')
+sha256sums=('0ff968f3e2d6f0229edc7fb1a8e50aa164da4f7739b8dbdcd16c6e0726aeac28')
build() {
msg2 "Generate scripts for /usr/bin..."