summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Tsanev2018-09-11 17:00:21 +0300
committerVladimir Tsanev2018-09-11 17:00:21 +0300
commitcd6e4ce8df476ce2ce5ef9f82a9b2da68cdc3dbf (patch)
tree8026bbe6037d5d439a4a7951db583a4a1ba687c2
parent82ec182b10297f8a3e75041bc3f693a8a7e1f526 (diff)
downloadaur-cd6e4ce8df476ce2ce5ef9f82a9b2da68cdc3dbf.tar.gz
upgrade to jt6.0-b03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3b2e9b151b..e6078c857f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jtharness
pkgdesc = general purpose, fully-featured, flexible, and configurable test harness very well suited for most types of unit testing
- pkgver = 6.0_b01
- pkgrel = 2
+ pkgver = 6.0_b03
+ pkgrel = 1
url = https://wiki.openjdk.java.net/display/CodeTools/JT+Harness
arch = any
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = jtharness
makedepends = java-asm
depends = java-runtime>=7
optdepends = junit
- source = http://hg.openjdk.java.net/code-tools/jtharness/archive/jt6.0-b01.tar.gz
- sha256sums = 8b1957a57e9f49bcd081560251ef1a4c4be6414fb62b512802d48a4d99db23c4
+ source = http://hg.openjdk.java.net/code-tools/jtharness/archive/jt6.0-b03.tar.gz
+ sha256sums = d75778026b2b1edb72f123285ca3ef467aec45e3dea4b2b2316f71b072e38c79
pkgname = jtharness
diff --git a/PKGBUILD b/PKGBUILD
index b345e2e62dfb..0dc499e7d8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Vladimir Tsanev <tsachev@gmail.com>
pkgname=jtharness
_version=6.0
-_build=b01
+_build=b03
pkgver=${_version}_${_build}
-pkgrel=2
+pkgrel=1
pkgdesc="general purpose, fully-featured, flexible, and configurable test harness very well suited for most types of unit testing"
arch=('any')
url="https://wiki.openjdk.java.net/display/CodeTools/JT+Harness"
@@ -20,9 +20,7 @@ _tag=jt${_version}-${_build}
source=("http://hg.openjdk.java.net/code-tools/jtharness/archive/${_tag}.tar.gz"
# "${pkgname}.patch"
)
-sha256sums=('8b1957a57e9f49bcd081560251ef1a4c4be6414fb62b512802d48a4d99db23c4'
-# 'b20abde2a7d7920404044d62e732c454'
-)
+sha256sums=('d75778026b2b1edb72f123285ca3ef467aec45e3dea4b2b2316f71b072e38c79')
_jtdir=${pkgname}-jt${_version}-${_build}
prepare() {
cd ${srcdir}/${_jtdir}