Skip to content

Commit

Permalink
fix(hakuneko-deb): dpkg does not recognize armv7l (#5489)
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
D-Brox and Elsie19 authored Jan 22, 2024
1 parent d429cf8 commit 10bba94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/hakuneko-deb/hakuneko-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name="hakuneko-deb"
gives="hakuneko-desktop"
pkgver="8.3.4"
nightly="20200705.1"
arch=("amd64" "arm64" "armhf" "armv7l" "i386")
arch=("amd64" "arm64" "armhf" "i386")
homepage="https://github.com/manga-download/hakuneko"
pkgdesc="HakuNeko is a cross-platform downloader for manga and anime from various websites"
maintainer="Diegiwg <[email protected]>"
Expand All @@ -20,10 +20,6 @@ case "${CARCH}" in
url="https://github.com/manga-download/hakuneko/releases/download/nightly-${nightly}/hakuneko-desktop_${pkgver}_linux_${CARCH}.deb"
hash="4dabbfa9d775da72499f594bfdda86adc62a5caaa579c73b9d4ccf5d778c903d"
;;
armv7l)
url="https://github.com/manga-download/hakuneko/releases/download/nightly-${nightly}/hakuneko-desktop_${pkgver}_linux_${CARCH}.deb"
hash="b263aaf4b7bb7309b0dfca6fe0fe8f39ecce303927a52aad097c96aef57fc973"
;;
i386)
url="https://github.com/manga-download/hakuneko/releases/download/nightly-${nightly}/hakuneko-desktop_${pkgver}_linux_${CARCH}.deb"
hash="3608ff4e8a3257fffedfa2dcea6501cb6d0d203235a2e4c6e6bbf01b93dce240"
Expand Down

0 comments on commit 10bba94

Please sign in to comment.