Skip to content

Commit

Permalink
Update megabasterd-bin.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Dec 19, 2023
1 parent 0f2c8f9 commit d2d6072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/megabasterd-bin/megabasterd-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ _name="MegaBasterd"
pkgver="8.21"
pkgdesc="Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite"
homepage="https://github.com/tonikelope/${gives}"
depends=("java-runtime")
depends=("java11-runtime")
url="${homepage}/releases/download/v${pkgver}/${_name}_${pkgver}.jar"
hash="3f7460b5ba20cf84ea034e9f2c49def9b07cf59680a3b36492875d851f9e0241"
maintainer="vigress8 <[email protected]>"
repology=("project: ${gives}")
incompatible=("debian:buster" "debian:bullseye" "debian:bookworm" "debian:trixie")

package() {
sudo install -Dm644 "${_name}_${pkgver}.jar" "${pkgdir}/usr/share/java/${gives}/${gives}.jar"
Expand Down

0 comments on commit d2d6072

Please sign in to comment.