summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2015-08-11 11:35:08 -0700
committerzml2015-08-11 11:35:08 -0700
commit4dd6ca44c4f150aecf80d0e70fc3dbed5e4df447 (patch)
tree77e4520a44829d5e7f85b3994ba1cdb21757d159
parentf01cda064a989e56f0dde46da96210121e2c931d (diff)
downloadaur-4dd6ca44c4f150aecf80d0e70fc3dbed5e4df447.tar.gz
Bump build number
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d8a9c5077e..095450861a54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15070
+ pkgver = 2015b15072
pkgrel = 1
url = http://www.yourkit.com
install = yourkit.install
@@ -13,8 +13,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-15070-linux.tar.bz2
- sha256sums = 85c3a0e9f1b0a34801318633b6e4127593fa0039bcd5d136422fe30eedaa7c61
+ source = http://www.yourkit.com/download/yjp-2015-build-15072-linux.tar.bz2
+ sha256sums = e22558d62fdcc28d912a46594efba6ae0187ef60de3b163364a99181b9d5ab1f
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index c4718a64e33d..3219b6ba7d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15070
+_build=15072
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=('85c3a0e9f1b0a34801318633b6e4127593fa0039bcd5d136422fe30eedaa7c61')
+sha256sums=('e22558d62fdcc28d912a46594efba6ae0187ef60de3b163364a99181b9d5ab1f')
build() {
msg2 "Generate scripts for /usr/bin..."