Skip to content

Commit 866737e

Browse files
authored
add incompatible
1 parent 97f6d1d commit 866737e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/megabasterd-bin/megabasterd-bin.pacscript

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ url="${homepage}/releases/download/v${pkgver}/${_name}_${pkgver}.jar"
99
hash="3f7460b5ba20cf84ea034e9f2c49def9b07cf59680a3b36492875d851f9e0241"
1010
maintainer="vigress8 <[email protected]>"
1111
repology=("project: ${gives}")
12+
incompatible=("debian:buster" "debian:bullseye" "debian:bookworm" "debian:trixie")
1213

1314
package() {
1415
sudo install -Dm644 "${_name}_${pkgver}.jar" "${pkgdir}/usr/share/java/${gives}/${gives}.jar"
@@ -34,6 +35,6 @@ END
3435
sudo install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
3536
sudo install -Dm644 "${gives}.desktop" -t "${pkgdir}/usr/share/applications"
3637

37-
wget -qO "${gives}.png" "https://raw.githubusercontent.com/tonikelope/${name}/v${pkgver}/src/main/resources/images/pica_roja_big.png"
38+
wget -qO "${gives}.png" "https://raw.githubusercontent.com/tonikelope/${gives}/v${pkgver}/src/main/resources/images/pica_roja_big.png"
3839
sudo install -Dm644 "${gives}.png" -t "${pkgdir}/usr/share/pixmaps"
3940
}

0 commit comments

Comments
 (0)