Skip to content

Commit

Permalink
add more debian releases to the modern list
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed Nov 25, 2023
1 parent 60bb556 commit f84ea1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bpytop-git/bpytop-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makedepends=("make" "python3" "python3-pip" "python3-distutils")
depends=("python3" "python3-pip" "python3-distutils")
pkgdesc="Linux/OSX/FreeBSD resource monitor."
release="$(lsb_release -cs)"
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble")
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble" "trixie" "testing" "unstable")
pkgver() {
git ls-remote "${url}" master | cut -f1 | cut -c1-8
}
Expand Down
2 changes: 1 addition & 1 deletion packages/qtile-git/qtile-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgver() {
}

release="$(lsb_release -cs)"
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble")
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble" "trixie" "testing" "unstable")
# shellcheck disable=SC2076
if [[ " ${modern[*]} " =~ " ${release} " ]]; then
pyhack=("--break-system-packages")
Expand Down
2 changes: 1 addition & 1 deletion packages/tenacity-git/tenacity-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkgver() {
}
incompatible=("ubuntu:bionic" "ubuntu:focal" "ubuntu:jammy" "debian:stretch" "debian:buster" "debian:bullseye")

modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble")
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble" "trixie" "testing" "unstable")
# shellcheck disable=SC2076
if [[ " ${modern[*]} " =~ " ${codename} " ]]; then
pyhack=("--break-system-packages")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pkgver() {
}

release="$(lsb_release -cs)"
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble")
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble" "trixie" "testing" "unstable")
# shellcheck disable=SC2076
if [[ " ${modern[*]} " =~ " ${release} " ]]; then
pyhack=("--break-system-packages")
Expand Down

0 comments on commit f84ea1b

Please sign in to comment.