Skip to content

Commit 0622211

Browse files
committed
Remove "community" and "community-testing" repo
1 parent 5355012 commit 0622211

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/download.rs

-4
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,8 @@ fn split_repo_aur_pkgbuilds<'a, T: AsTarg>(
462462
if matches!(
463463
repo,
464464
"testing"
465-
| "community-testing"
466465
| "core"
467466
| "extra"
468-
| "community"
469467
| "multilib"
470468
| "core-testing"
471469
| "extra-testing"
@@ -479,10 +477,8 @@ fn split_repo_aur_pkgbuilds<'a, T: AsTarg>(
479477
if matches!(
480478
pkg.db().unwrap().name(),
481479
"testing"
482-
| "community-testing"
483480
| "core"
484481
| "extra"
485-
| "community"
486482
| "multilib"
487483
| "core-testing"
488484
| "extra-testing"

0 commit comments

Comments
 (0)