File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ url="${homepage}/releases/download/v${pkgver}/${_name}_${pkgver}.jar"
9
9
hash="3f7460b5ba20cf84ea034e9f2c49def9b07cf59680a3b36492875d851f9e0241"
10
10
maintainer="vigress8 <
[email protected] >"
11
11
repology=("project: ${gives}")
12
+ incompatible=("debian:buster" "debian:bullseye" "debian:bookworm" "debian:trixie")
12
13
13
14
package() {
14
15
sudo install -Dm644 "${_name}_${pkgver}.jar" "${pkgdir}/usr/share/java/${gives}/${gives}.jar"
34
35
sudo install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
35
36
sudo install -Dm644 "${gives}.desktop" -t "${pkgdir}/usr/share/applications"
36
37
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"
38
39
sudo install -Dm644 "${gives}.png" -t "${pkgdir}/usr/share/pixmaps"
39
40
}
You can’t perform that action at this time.
0 commit comments