We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5355012 commit 0622211Copy full SHA for 0622211
src/download.rs
@@ -462,10 +462,8 @@ fn split_repo_aur_pkgbuilds<'a, T: AsTarg>(
462
if matches!(
463
repo,
464
"testing"
465
- | "community-testing"
466
| "core"
467
| "extra"
468
- | "community"
469
| "multilib"
470
| "core-testing"
471
| "extra-testing"
@@ -479,10 +477,8 @@ fn split_repo_aur_pkgbuilds<'a, T: AsTarg>(
479
477
480
478
pkg.db().unwrap().name(),
481
482
483
484
485
486
487
488
0 commit comments