summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-10-17 14:30:19 +0200
committerKr1ss2021-10-17 14:30:19 +0200
commitb8902557396eca373d5913c0b42667f88568d056 (patch)
tree99d1a4a122a8dad0826f8b7beecb232710d631ef
parent343b833d992f4ecc77c950bc0147b408c5573da3 (diff)
downloadaur-b8902557396eca373d5913c0b42667f88568d056.tar.gz
update: htmlunit 2.54.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 485042d40003..43cee5bc842e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = htmlunit
pkgdesc = Headless HTTP webclient for Java
- pkgver = 2.53.0
+ pkgver = 2.54.0
pkgrel = 1
url = http://htmlunit.sourceforge.net
arch = any
license = Apache
- source = https://github.com/htmlunit/htmlunit/releases/download/2.53.0/htmlunit-2.53.0-bin.zip
- sha256sums = 9b455d3489f1de73503cef23e66f8d60a61b302e29f3231675116a3761e62f3d
+ source = https://github.com/htmlunit/htmlunit/releases/download/2.54.0/htmlunit-2.54.0-bin.zip
+ sha256sums = 2e139095de8823980226b3c076c1a8e8ca5de533d7da19d06745db39e6d3ae06
pkgname = htmlunit
- depends = java-runtime-common
+ depends = java-runtime
optdepends = htmlunit-doc: API documentation
pkgname = htmlunit-doc
diff --git a/PKGBUILD b/PKGBUILD
index 547b956599be..b3d7cbfaf06c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=htmlunit
pkgname=("$pkgbase" "$pkgbase-doc")
-pkgver=2.53.0
+pkgver=2.54.0
pkgrel=1
pkgdesc='Headless HTTP webclient for Java'
@@ -16,11 +16,11 @@ license=('Apache')
#source=("http://sourceforge.net/projects/$pkgbase/files/$pkgbase/$pkgver/$pkgbase-$pkgver-bin.zip")
source=("https://github.com/$pkgbase/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver-bin.zip")
-sha256sums=('9b455d3489f1de73503cef23e66f8d60a61b302e29f3231675116a3761e62f3d')
+sha256sums=('2e139095de8823980226b3c076c1a8e8ca5de533d7da19d06745db39e6d3ae06')
package_htmlunit() {
- depends=('java-runtime-common')
+ depends=('java-runtime')
optdepends=("$pkgbase-doc: API documentation")
cd "$pkgbase-$pkgver/lib"