Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / enjarify
Commits: 54defaf3 by Antonio Rojas at 2024-04-06T21:42:09+02:00 upgpkg: 1.0.3-9: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = enjarify + pkgdesc = Translates Dalvik bytecode to equivalent Java bytecode + pkgver = 1.0.3 + pkgrel = 9 + url = https://github.com/google/enjarify + arch = any + license = Apache + makedepends = git + depends = python + source = enjarify::git+https://github.com/google/enjarify#commit=c4fb7e047a457ab580a3c8577aa76fd53ce967b0 + sha512sums = SKIP + +pkgname = enjarify ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=enjarify pkgver=1.0.3 _gitcommit=c4fb7e047a457ab580a3c8577aa76fd53ce967b0 -pkgrel=8 +pkgrel=9 pkgdesc='Translates Dalvik bytecode to equivalent Java bytecode' url='https://github.com/google/enjarify' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/enjarify/-/commit/54defaf34054c1efd4530020ad9e3412c0c6c197 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/enjarify/-/commit/54defaf34054c1efd4530020ad9e3412c0c6c197 You're receiving this email because of your account on gitlab.archlinux.org.
