summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzzy-ac2021-06-15 17:10:43 +0800
committerzzy-ac2021-06-15 17:10:43 +0800
commit2964b4e9e61fd7aa98b0b2e5917ea14ce8706710 (patch)
treecfc3d2825ce6e498687eb3479514e57777c0be75 /PKGBUILD
parentc7450ec4f7e306793351bfeadd15984b9fb99b75 (diff)
downloadaur-2964b4e9e61fd7aa98b0b2e5917ea14ce8706710.tar.gz
2ed commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 430499f4eb82..dab16ec07444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: zzy-ac <1304024859@qq.com>
pkgname=java-bytecode-editor
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Java Bytecode Editor"
arch=(x86_64)
url="https://github.com/zzy-ac/Java_Bytecode_Editor"
license=('GPL')
+depends=('jdk8-openjdk')
source=("https://raw.githubusercontent.com/zzy-ac/Java_Bytecode_Editor/main/Java_Bytecode_Editor.tar.gz")
md5sums=("0107c87f5fbec0ea393e0b521c2205fe")