summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-09-21 11:21:46 +0200
committerD3SOX2021-09-21 11:21:46 +0200
commitd01e87b816188717d88aa11126534a5c119c7036 (patch)
treea9dae607927ad77bccb059ca3d79f24d6c13240e
parent143007d08075748b635dcdc21191b13b8854ea64 (diff)
downloadaur-d01e87b816188717d88aa11126534a5c119c7036.tar.gz
update to use java 16
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2585fd9d5de5..c6b05d3f00eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = blobsaver-bin
arch = x86_64
license = GPL3
makedepends = gendesk
- depends = java-runtime=8
+ depends = java-runtime=16
depends = bash
depends = zlib
optdepends = libimobiledevice: Get plugged in device information
diff --git a/PKGBUILD b/PKGBUILD
index 00ea57c2321c..5ba07a8e4a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A cross-platform GUI app for saving SHSH blobs using tsschecker"
arch=('x86_64')
url='https://github.com/airsquared/blobsaver'
license=('GPL3')
-depends=('java-runtime=8'
+depends=('java-runtime=16'
'bash'
'zlib'
)