summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2021-06-15 17:10:43 +0800
committerzzy-ac2021-06-15 17:10:43 +0800
commit2964b4e9e61fd7aa98b0b2e5917ea14ce8706710 (patch)
treecfc3d2825ce6e498687eb3479514e57777c0be75
parentc7450ec4f7e306793351bfeadd15984b9fb99b75 (diff)
downloadaur-2964b4e9e61fd7aa98b0b2e5917ea14ce8706710.tar.gz
2ed commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a58d66e1e2fa..a10d13329a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = java-bytecode-editor
pkgdesc = Java Bytecode Editor
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zzy-ac/Java_Bytecode_Editor
arch = x86_64
license = GPL
+ depends = jdk8-openjdk
source = https://raw.githubusercontent.com/zzy-ac/Java_Bytecode_Editor/main/Java_Bytecode_Editor.tar.gz
md5sums = 0107c87f5fbec0ea393e0b521c2205fe
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")