diff --git a/packages/bpytop-git/bpytop-git.pacscript b/packages/bpytop-git/bpytop-git.pacscript index 633b302b98..ec7d43c659 100644 --- a/packages/bpytop-git/bpytop-git.pacscript +++ b/packages/bpytop-git/bpytop-git.pacscript @@ -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 } diff --git a/packages/qtile-git/qtile-git.pacscript b/packages/qtile-git/qtile-git.pacscript index 1e1dd24ab3..99742d5181 100644 --- a/packages/qtile-git/qtile-git.pacscript +++ b/packages/qtile-git/qtile-git.pacscript @@ -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") diff --git a/packages/tenacity-git/tenacity-git.pacscript b/packages/tenacity-git/tenacity-git.pacscript index 3f5fb67c7e..9d3bb33c8e 100644 --- a/packages/tenacity-git/tenacity-git.pacscript +++ b/packages/tenacity-git/tenacity-git.pacscript @@ -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") diff --git a/packages/torbrowser-launcher-git/torbrowser-launcher-git.pacscript b/packages/torbrowser-launcher-git/torbrowser-launcher-git.pacscript index 18a9b17090..b89d8a2a74 100644 --- a/packages/torbrowser-launcher-git/torbrowser-launcher-git.pacscript +++ b/packages/torbrowser-launcher-git/torbrowser-launcher-git.pacscript @@ -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")