Paste #267575

   
pasted on 25.12.2022 14:40
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 275928
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
[user@arch ~]$ yay -S ttf-ms-win11 
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  ttf-ms-win11-10.0.22621.963-1

  1 ttf-ms-win11                             (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/user/.cache/yay/ttf-ms-win11
:: (1/1) Downloaded PKGBUILD: ttf-ms-win11
  1 ttf-ms-win11                             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: ttf-ms-win11
==> Making package: ttf-ms-win11 10.0.22621.963-1 (Sun 25 Dec 2022 14:34:31 +03)
==> Retrieving sources...
  -> Downloading arial.ttf...
 Unable to find file://arial.ttf, please read the PKGBUILD 
  -> Downloading arialbd.ttf...
 Unable to find file://arialbd.ttf, please read the PKGBUILD 
  -> Downloading ariali.ttf...
 Unable to find file://ariali.ttf, please read the PKGBUILD 
  -> Downloading arialbi.ttf...
 Unable to find file://arialbi.ttf, please read the PKGBUILD 
  -> Downloading ariblk.ttf...
 Unable to find file://ariblk.ttf, please read the PKGBUILD 
  -> Downloading bahnschrift.ttf...
 Unable to find file://bahnschrift.ttf, please read the PKGBUILD 
  -> Downloading calibri.ttf...
 Unable to find file://calibri.ttf, please read the PKGBUILD 
  -> Downloading calibrib.ttf...
 Unable to find file://calibrib.ttf, please read the PKGBUILD 
  -> Downloading calibrii.ttf...
 Unable to find file://calibrii.ttf, please read the PKGBUILD 
  -> Downloading calibriz.ttf...
 Unable to find file://calibriz.ttf, please read the PKGBUILD 
  -> Downloading calibril.ttf...
 Unable to find file://calibril.ttf, please read the PKGBUILD 
  -> Downloading calibrili.ttf...
 Unable to find file://calibrili.ttf, please read the PKGBUILD 
  -> Downloading cambria.ttc...
 Unable to find file://cambria.ttc, please read the PKGBUILD 
  -> Downloading cambriab.ttf...
 Unable to find file://cambriab.ttf, please read the PKGBUILD 
  -> Downloading cambriai.ttf...
 Unable to find file://cambriai.ttf, please read the PKGBUILD 
  -> Downloading cambriaz.ttf...
 Unable to find file://cambriaz.ttf, please read the PKGBUILD 
  -> Downloading Candara.ttf...
 Unable to find file://Candara.ttf, please read the PKGBUILD 
  -> Downloading Candarab.ttf...
 Unable to find file://Candarab.ttf, please read the PKGBUILD 
  -> Downloading Candarai.ttf...
 Unable to find file://Candarai.ttf, please read the PKGBUILD 
  -> Downloading Candaraz.ttf...
 Unable to find file://Candaraz.ttf, please read the PKGBUILD 
  -> Downloading Candaral.ttf...
 Unable to find file://Candaral.ttf, please read the PKGBUILD 
  -> Downloading Candarali.ttf...
 Unable to find file://Candarali.ttf, please read the PKGBUILD 
  -> Downloading comic.ttf...
 Unable to find file://comic.ttf, please read the PKGBUILD 
  -> Downloading comicbd.ttf...
 Unable to find file://comicbd.ttf, please read the PKGBUILD 
  -> Downloading comici.ttf...
 Unable to find file://comici.ttf, please read the PKGBUILD 
  -> Downloading comicz.ttf...
 Unable to find file://comicz.ttf, please read the PKGBUILD 
  -> Downloading consola.ttf...
 Unable to find file://consola.ttf, please read the PKGBUILD 
  -> Downloading consolab.ttf...
 Unable to find file://consolab.ttf, please read the PKGBUILD 
  -> Downloading consolai.ttf...
 Unable to find file://consolai.ttf, please read the PKGBUILD 
  -> Downloading consolaz.ttf...
 Unable to find file://consolaz.ttf, please read the PKGBUILD 
  -> Downloading constan.ttf...
 Unable to find file://constan.ttf, please read the PKGBUILD 
  -> Downloading constanb.ttf...
 Unable to find file://constanb.ttf, please read the PKGBUILD 
  -> Downloading constani.ttf...
 Unable to find file://constani.ttf, please read the PKGBUILD 
  -> Downloading constanz.ttf...
 Unable to find file://constanz.ttf, please read the PKGBUILD 
  -> Downloading corbel.ttf...
 Unable to find file://corbel.ttf, please read the PKGBUILD 
  -> Downloading corbelb.ttf...
 Unable to find file://corbelb.ttf, please read the PKGBUILD 
  -> Downloading corbeli.ttf...
 Unable to find file://corbeli.ttf, please read the PKGBUILD 
  -> Downloading corbelz.ttf...
 Unable to find file://corbelz.ttf, please read the PKGBUILD 
  -> Downloading corbell.ttf...
 Unable to find file://corbell.ttf, please read the PKGBUILD 
  -> Downloading corbelli.ttf...
 Unable to find file://corbelli.ttf, please read the PKGBUILD 
  -> Downloading cour.ttf...
 Unable to find file://cour.ttf, please read the PKGBUILD 
  -> Downloading courbd.ttf...
 Unable to find file://courbd.ttf, please read the PKGBUILD 
  -> Downloading couri.ttf...
 Unable to find file://couri.ttf, please read the PKGBUILD 
  -> Downloading courbi.ttf...
 Unable to find file://courbi.ttf, please read the PKGBUILD 
  -> Downloading framd.ttf...
 Unable to find file://framd.ttf, please read the PKGBUILD 
  -> Downloading framdit.ttf...
 Unable to find file://framdit.ttf, please read the PKGBUILD 
  -> Downloading Gabriola.ttf...
 Unable to find file://Gabriola.ttf, please read the PKGBUILD 
  -> Downloading georgia.ttf...
 Unable to find file://georgia.ttf, please read the PKGBUILD 
  -> Downloading georgiab.ttf...
 Unable to find file://georgiab.ttf, please read the PKGBUILD 
  -> Downloading georgiai.ttf...
 Unable to find file://georgiai.ttf, please read the PKGBUILD 
  -> Downloading georgiaz.ttf...
 Unable to find file://georgiaz.ttf, please read the PKGBUILD 
  -> Downloading impact.ttf...
 Unable to find file://impact.ttf, please read the PKGBUILD 
  -> Downloading Inkfree.ttf...
 Unable to find file://Inkfree.ttf, please read the PKGBUILD 
  -> Downloading l_10646.ttf...
 Unable to find file://l_10646.ttf, please read the PKGBUILD 
  -> Downloading lucon.ttf...
 Unable to find file://lucon.ttf, please read the PKGBUILD 
  -> Downloading marlett.ttf...
 Unable to find file://marlett.ttf, please read the PKGBUILD 
  -> Downloading micross.ttf...
 Unable to find file://micross.ttf, please read the PKGBUILD 
  -> Downloading pala.ttf...
 Unable to find file://pala.ttf, please read the PKGBUILD 
  -> Downloading palab.ttf...
 Unable to find file://palab.ttf, please read the PKGBUILD 
  -> Downloading palai.ttf...
 Unable to find file://palai.ttf, please read the PKGBUILD 
  -> Downloading palabi.ttf...
 Unable to find file://palabi.ttf, please read the PKGBUILD 
  -> Downloading segmdl2.ttf...
 Unable to find file://segmdl2.ttf, please read the PKGBUILD 
  -> Downloading SegoeIcons.ttf...
 Unable to find file://SegoeIcons.ttf, please read the PKGBUILD 
  -> Downloading segoepr.ttf...
 Unable to find file://segoepr.ttf, please read the PKGBUILD 
  -> Downloading segoeprb.ttf...
 Unable to find file://segoeprb.ttf, please read the PKGBUILD 
  -> Downloading segoesc.ttf...
 Unable to find file://segoesc.ttf, please read the PKGBUILD 
  -> Downloading segoescb.ttf...
 Unable to find file://segoescb.ttf, please read the PKGBUILD 
  -> Downloading segoeui.ttf...
 Unable to find file://segoeui.ttf, please read the PKGBUILD 
  -> Downloading segoeuib.ttf...
 Unable to find file://segoeuib.ttf, please read the PKGBUILD 
  -> Downloading segoeuii.ttf...
 Unable to find file://segoeuii.ttf, please read the PKGBUILD 
  -> Downloading segoeuiz.ttf...
 Unable to find file://segoeuiz.ttf, please read the PKGBUILD 
  -> Downloading segoeuil.ttf...
 Unable to find file://segoeuil.ttf, please read the PKGBUILD 
  -> Downloading seguili.ttf...
 Unable to find file://seguili.ttf, please read the PKGBUILD 
  -> Downloading segoeuisl.ttf...
 Unable to find file://segoeuisl.ttf, please read the PKGBUILD 
  -> Downloading seguisli.ttf...
 Unable to find file://seguisli.ttf, please read the PKGBUILD 
  -> Downloading seguibl.ttf...
 Unable to find file://seguibl.ttf, please read the PKGBUILD 
  -> Downloading seguibli.ttf...
 Unable to find file://seguibli.ttf, please read the PKGBUILD 
  -> Downloading seguiemj.ttf...
 Unable to find file://seguiemj.ttf, please read the PKGBUILD 
  -> Downloading seguihis.ttf...
 Unable to find file://seguihis.ttf, please read the PKGBUILD 
  -> Downloading seguisb.ttf...
 Unable to find file://seguisb.ttf, please read the PKGBUILD 
  -> Downloading seguisbi.ttf...
 Unable to find file://seguisbi.ttf, please read the PKGBUILD 
  -> Downloading seguisym.ttf...
 Unable to find file://seguisym.ttf, please read the PKGBUILD 
  -> Downloading SegUIVar.ttf...
 Unable to find file://SegUIVar.ttf, please read the PKGBUILD 
  -> Downloading SitkaVF.ttf...
 Unable to find file://SitkaVF.ttf, please read the PKGBUILD 
  -> Downloading SitkaVF-Italic.ttf...
 Unable to find file://SitkaVF-Italic.ttf, please read the PKGBUILD 
  -> Downloading sylfaen.ttf...
 Unable to find file://sylfaen.ttf, please read the PKGBUILD 
  -> Downloading symbol.ttf...
 Unable to find file://symbol.ttf, please read the PKGBUILD 
  -> Downloading tahoma.ttf...
 Unable to find file://tahoma.ttf, please read the PKGBUILD 
  -> Downloading tahomabd.ttf...
 Unable to find file://tahomabd.ttf, please read the PKGBUILD 
  -> Downloading times.ttf...
 Unable to find file://times.ttf, please read the PKGBUILD 
  -> Downloading timesbd.ttf...
 Unable to find file://timesbd.ttf, please read the PKGBUILD 
  -> Downloading timesi.ttf...
 Unable to find file://timesi.ttf, please read the PKGBUILD 
  -> Downloading timesbi.ttf...
 Unable to find file://timesbi.ttf, please read the PKGBUILD 
  -> Downloading trebuc.ttf...
 Unable to find file://trebuc.ttf, please read the PKGBUILD 
  -> Downloading trebucbd.ttf...
 Unable to find file://trebucbd.ttf, please read the PKGBUILD 
  -> Downloading trebucit.ttf...
 Unable to find file://trebucit.ttf, please read the PKGBUILD 
  -> Downloading trebucbi.ttf...
 Unable to find file://trebucbi.ttf, please read the PKGBUILD 
  -> Downloading verdana.ttf...
 Unable to find file://verdana.ttf, please read the PKGBUILD 
  -> Downloading verdanab.ttf...
 Unable to find file://verdanab.ttf, please read the PKGBUILD 
  -> Downloading verdanai.ttf...
 Unable to find file://verdanai.ttf, please read the PKGBUILD 
  -> Downloading verdanaz.ttf...
 Unable to find file://verdanaz.ttf, please read the PKGBUILD 
  -> Downloading webdings.ttf...
 Unable to find file://webdings.ttf, please read the PKGBUILD 
  -> Downloading wingding.ttf...
 Unable to find file://wingding.ttf, please read the PKGBUILD 
  -> Downloading msgothic.ttc...
 Unable to find file://msgothic.ttc, please read the PKGBUILD 
  -> Downloading YuGothR.ttc...
 Unable to find file://YuGothR.ttc, please read the PKGBUILD 
  -> Downloading YuGothB.ttc...
 Unable to find file://YuGothB.ttc, please read the PKGBUILD 
  -> Downloading YuGothM.ttc...
 Unable to find file://YuGothM.ttc, please read the PKGBUILD 
  -> Downloading YuGothL.ttc...
 Unable to find file://YuGothL.ttc, please read the PKGBUILD 
  -> Downloading malgun.ttf...
 Unable to find file://malgun.ttf, please read the PKGBUILD 
  -> Downloading malgunbd.ttf...
 Unable to find file://malgunbd.ttf, please read the PKGBUILD 
  -> Downloading malgunsl.ttf...
 Unable to find file://malgunsl.ttf, please read the PKGBUILD 
  -> Downloading javatext.ttf...
 Unable to find file://javatext.ttf, please read the PKGBUILD 
  -> Downloading himalaya.ttf...
 Unable to find file://himalaya.ttf, please read the PKGBUILD 
  -> Downloading ntailu.ttf...
 Unable to find file://ntailu.ttf, please read the PKGBUILD 
  -> Downloading ntailub.ttf...
 Unable to find file://ntailub.ttf, please read the PKGBUILD 
  -> Downloading phagspa.ttf...
 Unable to find file://phagspa.ttf, please read the PKGBUILD 
  -> Downloading phagspab.ttf...
 Unable to find file://phagspab.ttf, please read the PKGBUILD 
  -> Downloading taile.ttf...
 Unable to find file://taile.ttf, please read the PKGBUILD 
  -> Downloading taileb.ttf...
 Unable to find file://taileb.ttf, please read the PKGBUILD 
  -> Downloading msyi.ttf...
 Unable to find file://msyi.ttf, please read the PKGBUILD 
  -> Downloading monbaiti.ttf...
 Unable to find file://monbaiti.ttf, please read the PKGBUILD 
  -> Downloading mmrtext.ttf...
 Unable to find file://mmrtext.ttf, please read the PKGBUILD 
  -> Downloading mmrtextb.ttf...
 Unable to find file://mmrtextb.ttf, please read the PKGBUILD 
  -> Downloading Nirmala.ttf...
 Unable to find file://Nirmala.ttf, please read the PKGBUILD 
  -> Downloading NirmalaB.ttf...
 Unable to find file://NirmalaB.ttf, please read the PKGBUILD 
  -> Downloading NirmalaS.ttf...
 Unable to find file://NirmalaS.ttf, please read the PKGBUILD 
  -> Downloading LeelawUI.ttf...
 Unable to find file://LeelawUI.ttf, please read the PKGBUILD 
  -> Downloading LeelaUIb.ttf...
 Unable to find file://LeelaUIb.ttf, please read the PKGBUILD 
  -> Downloading LeelUIsl.ttf...
 Unable to find file://LeelUIsl.ttf, please read the PKGBUILD 
  -> Downloading simsun.ttc...
 Unable to find file://simsun.ttc, please read the PKGBUILD 
  -> Downloading simsunb.ttf...
 Unable to find file://simsunb.ttf, please read the PKGBUILD 
  -> Downloading msyh.ttc...
 Unable to find file://msyh.ttc, please read the PKGBUILD 
  -> Downloading msyhbd.ttc...
 Unable to find file://msyhbd.ttc, please read the PKGBUILD 
  -> Downloading msyhl.ttc...
 Unable to find file://msyhl.ttc, please read the PKGBUILD 
  -> Downloading msjh.ttc...
 Unable to find file://msjh.ttc, please read the PKGBUILD 
  -> Downloading msjhbd.ttc...
 Unable to find file://msjhbd.ttc, please read the PKGBUILD 
  -> Downloading msjhl.ttc...
 Unable to find file://msjhl.ttc, please read the PKGBUILD 
  -> Downloading mingliub.ttc...
 Unable to find file://mingliub.ttc, please read the PKGBUILD 
  -> Downloading ebrima.ttf...
 Unable to find file://ebrima.ttf, please read the PKGBUILD 
  -> Downloading ebrimabd.ttf...
 Unable to find file://ebrimabd.ttf, please read the PKGBUILD 
  -> Downloading gadugi.ttf...
 Unable to find file://gadugi.ttf, please read the PKGBUILD 
  -> Downloading gadugib.ttf...
 Unable to find file://gadugib.ttf, please read the PKGBUILD 
  -> Downloading mvboli.ttf...
 Unable to find file://mvboli.ttf, please read the PKGBUILD 
  -> Downloading license.rtf...
 Unable to find file://license.rtf, please read the PKGBUILD 
==> Validating source files with sha256sums...
    arial.ttf ... NOT FOUND
    arialbd.ttf ... NOT FOUND
    ariali.ttf ... NOT FOUND
    arialbi.ttf ... NOT FOUND
    ariblk.ttf ... NOT FOUND
    bahnschrift.ttf ... NOT FOUND
    calibri.ttf ... NOT FOUND
    calibrib.ttf ... NOT FOUND
    calibrii.ttf ... NOT FOUND
    calibriz.ttf ... NOT FOUND
    calibril.ttf ... NOT FOUND
    calibrili.ttf ... NOT FOUND
    cambria.ttc ... NOT FOUND
    cambriab.ttf ... NOT FOUND
    cambriai.ttf ... NOT FOUND
    cambriaz.ttf ... NOT FOUND
    Candara.ttf ... NOT FOUND
    Candarab.ttf ... NOT FOUND
    Candarai.ttf ... NOT FOUND
    Candaraz.ttf ... NOT FOUND
    Candaral.ttf ... NOT FOUND
    Candarali.ttf ... NOT FOUND
    comic.ttf ... NOT FOUND
    comicbd.ttf ... NOT FOUND
    comici.ttf ... NOT FOUND
    comicz.ttf ... NOT FOUND
    consola.ttf ... NOT FOUND
    consolab.ttf ... NOT FOUND
    consolai.ttf ... NOT FOUND
    consolaz.ttf ... NOT FOUND
    constan.ttf ... NOT FOUND
    constanb.ttf ... NOT FOUND
    constani.ttf ... NOT FOUND
    constanz.ttf ... NOT FOUND
    corbel.ttf ... NOT FOUND
    corbelb.ttf ... NOT FOUND
    corbeli.ttf ... NOT FOUND
    corbelz.ttf ... NOT FOUND
    corbell.ttf ... NOT FOUND
    corbelli.ttf ... NOT FOUND
    cour.ttf ... NOT FOUND
    courbd.ttf ... NOT FOUND
    couri.ttf ... NOT FOUND
    courbi.ttf ... NOT FOUND
    framd.ttf ... NOT FOUND
    framdit.ttf ... NOT FOUND
    Gabriola.ttf ... NOT FOUND
    georgia.ttf ... NOT FOUND
    georgiab.ttf ... NOT FOUND
    georgiai.ttf ... NOT FOUND
    georgiaz.ttf ... NOT FOUND
    impact.ttf ... NOT FOUND
    Inkfree.ttf ... NOT FOUND
    l_10646.ttf ... NOT FOUND
    lucon.ttf ... NOT FOUND
    marlett.ttf ... NOT FOUND
    micross.ttf ... NOT FOUND
    pala.ttf ... NOT FOUND
    palab.ttf ... NOT FOUND
    palai.ttf ... NOT FOUND
    palabi.ttf ... NOT FOUND
    segmdl2.ttf ... NOT FOUND
    SegoeIcons.ttf ... NOT FOUND
    segoepr.ttf ... NOT FOUND
    segoeprb.ttf ... NOT FOUND
    segoesc.ttf ... NOT FOUND
    segoescb.ttf ... NOT FOUND
    segoeui.ttf ... NOT FOUND
    segoeuib.ttf ... NOT FOUND
    segoeuii.ttf ... NOT FOUND
    segoeuiz.ttf ... NOT FOUND
    segoeuil.ttf ... NOT FOUND
    seguili.ttf ... NOT FOUND
    segoeuisl.ttf ... NOT FOUND
    seguisli.ttf ... NOT FOUND
    seguibl.ttf ... NOT FOUND
    seguibli.ttf ... NOT FOUND
    seguiemj.ttf ... NOT FOUND
    seguihis.ttf ... NOT FOUND
    seguisb.ttf ... NOT FOUND
    seguisbi.ttf ... NOT FOUND
    seguisym.ttf ... NOT FOUND
    SegUIVar.ttf ... NOT FOUND
    SitkaVF.ttf ... NOT FOUND
    SitkaVF-Italic.ttf ... NOT FOUND
    sylfaen.ttf ... NOT FOUND
    symbol.ttf ... NOT FOUND
    tahoma.ttf ... NOT FOUND
    tahomabd.ttf ... NOT FOUND
    times.ttf ... NOT FOUND
    timesbd.ttf ... NOT FOUND
    timesi.ttf ... NOT FOUND
    timesbi.ttf ... NOT FOUND
    trebuc.ttf ... NOT FOUND
    trebucbd.ttf ... NOT FOUND
    trebucit.ttf ... NOT FOUND
    trebucbi.ttf ... NOT FOUND
    verdana.ttf ... NOT FOUND
    verdanab.ttf ... NOT FOUND
    verdanai.ttf ... NOT FOUND
    verdanaz.ttf ... NOT FOUND
    webdings.ttf ... NOT FOUND
    wingding.ttf ... NOT FOUND
    msgothic.ttc ... NOT FOUND
    YuGothR.ttc ... NOT FOUND
    YuGothB.ttc ... NOT FOUND
    YuGothM.ttc ... NOT FOUND
    YuGothL.ttc ... NOT FOUND
    malgun.ttf ... NOT FOUND
    malgunbd.ttf ... NOT FOUND
    malgunsl.ttf ... NOT FOUND
    javatext.ttf ... NOT FOUND
    himalaya.ttf ... NOT FOUND
    ntailu.ttf ... NOT FOUND
    ntailub.ttf ... NOT FOUND
    phagspa.ttf ... NOT FOUND
    phagspab.ttf ... NOT FOUND
    taile.ttf ... NOT FOUND
    taileb.ttf ... NOT FOUND
    msyi.ttf ... NOT FOUND
    monbaiti.ttf ... NOT FOUND
    mmrtext.ttf ... NOT FOUND
    mmrtextb.ttf ... NOT FOUND
    Nirmala.ttf ... NOT FOUND
    NirmalaB.ttf ... NOT FOUND
    NirmalaS.ttf ... NOT FOUND
    LeelawUI.ttf ... NOT FOUND
    LeelaUIb.ttf ... NOT FOUND
    LeelUIsl.ttf ... NOT FOUND
    simsun.ttc ... NOT FOUND
    simsunb.ttf ... NOT FOUND
    msyh.ttc ... NOT FOUND
    msyhbd.ttc ... NOT FOUND
    msyhl.ttc ... NOT FOUND
    msjh.ttc ... NOT FOUND
    msjhbd.ttc ... NOT FOUND
    msjhl.ttc ... NOT FOUND
    mingliub.ttc ... NOT FOUND
    ebrima.ttf ... NOT FOUND
    ebrimabd.ttf ... NOT FOUND
    gadugi.ttf ... NOT FOUND
    gadugib.ttf ... NOT FOUND
    mvboli.ttf ... NOT FOUND
    license.rtf ... Skipped
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: ttf-ms-win11 
	 context: exit status 1 
	 

==> Making package: ttf-ms-win11 10.0.22621.963-1 (Sun 25 Dec 2022 14:34:45 +03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading arial.ttf...
 Unable to find file://arial.ttf, please read the PKGBUILD 
  -> Downloading arialbd.ttf...
 Unable to find file://arialbd.ttf, please read the PKGBUILD 
  -> Downloading ariali.ttf...
 Unable to find file://ariali.ttf, please read the PKGBUILD 
  -> Downloading arialbi.ttf...
 Unable to find file://arialbi.ttf, please read the PKGBUILD 
  -> Downloading ariblk.ttf...
 Unable to find file://ariblk.ttf, please read the PKGBUILD 
  -> Downloading bahnschrift.ttf...
 Unable to find file://bahnschrift.ttf, please read the PKGBUILD 
  -> Downloading calibri.ttf...
 Unable to find file://calibri.ttf, please read the PKGBUILD 
  -> Downloading calibrib.ttf...
 Unable to find file://calibrib.ttf, please read the PKGBUILD 
  -> Downloading calibrii.ttf...
 Unable to find file://calibrii.ttf, please read the PKGBUILD 
  -> Downloading calibriz.ttf...
 Unable to find file://calibriz.ttf, please read the PKGBUILD 
  -> Downloading calibril.ttf...
 Unable to find file://calibril.ttf, please read the PKGBUILD 
  -> Downloading calibrili.ttf...
 Unable to find file://calibrili.ttf, please read the PKGBUILD 
  -> Downloading cambria.ttc...
 Unable to find file://cambria.ttc, please read the PKGBUILD 
  -> Downloading cambriab.ttf...
 Unable to find file://cambriab.ttf, please read the PKGBUILD 
  -> Downloading cambriai.ttf...
 Unable to find file://cambriai.ttf, please read the PKGBUILD 
  -> Downloading cambriaz.ttf...
 Unable to find file://cambriaz.ttf, please read the PKGBUILD 
  -> Downloading Candara.ttf...
 Unable to find file://Candara.ttf, please read the PKGBUILD 
  -> Downloading Candarab.ttf...
 Unable to find file://Candarab.ttf, please read the PKGBUILD 
  -> Downloading Candarai.ttf...
 Unable to find file://Candarai.ttf, please read the PKGBUILD 
  -> Downloading Candaraz.ttf...
 Unable to find file://Candaraz.ttf, please read the PKGBUILD 
  -> Downloading Candaral.ttf...
 Unable to find file://Candaral.ttf, please read the PKGBUILD 
  -> Downloading Candarali.ttf...
 Unable to find file://Candarali.ttf, please read the PKGBUILD 
  -> Downloading comic.ttf...
 Unable to find file://comic.ttf, please read the PKGBUILD 
  -> Downloading comicbd.ttf...
 Unable to find file://comicbd.ttf, please read the PKGBUILD 
  -> Downloading comici.ttf...
 Unable to find file://comici.ttf, please read the PKGBUILD 
  -> Downloading comicz.ttf...
 Unable to find file://comicz.ttf, please read the PKGBUILD 
  -> Downloading consola.ttf...
 Unable to find file://consola.ttf, please read the PKGBUILD 
  -> Downloading consolab.ttf...
 Unable to find file://consolab.ttf, please read the PKGBUILD 
  -> Downloading consolai.ttf...
 Unable to find file://consolai.ttf, please read the PKGBUILD 
  -> Downloading consolaz.ttf...
 Unable to find file://consolaz.ttf, please read the PKGBUILD 
  -> Downloading constan.ttf...
 Unable to find file://constan.ttf, please read the PKGBUILD 
  -> Downloading constanb.ttf...
 Unable to find file://constanb.ttf, please read the PKGBUILD 
  -> Downloading constani.ttf...
 Unable to find file://constani.ttf, please read the PKGBUILD 
  -> Downloading constanz.ttf...
 Unable to find file://constanz.ttf, please read the PKGBUILD 
  -> Downloading corbel.ttf...
 Unable to find file://corbel.ttf, please read the PKGBUILD 
  -> Downloading corbelb.ttf...
 Unable to find file://corbelb.ttf, please read the PKGBUILD 
  -> Downloading corbeli.ttf...
 Unable to find file://corbeli.ttf, please read the PKGBUILD 
  -> Downloading corbelz.ttf...
 Unable to find file://corbelz.ttf, please read the PKGBUILD 
  -> Downloading corbell.ttf...
 Unable to find file://corbell.ttf, please read the PKGBUILD 
  -> Downloading corbelli.ttf...
 Unable to find file://corbelli.ttf, please read the PKGBUILD 
  -> Downloading cour.ttf...
 Unable to find file://cour.ttf, please read the PKGBUILD 
  -> Downloading courbd.ttf...
 Unable to find file://courbd.ttf, please read the PKGBUILD 
  -> Downloading couri.ttf...
 Unable to find file://couri.ttf, please read the PKGBUILD 
  -> Downloading courbi.ttf...
 Unable to find file://courbi.ttf, please read the PKGBUILD 
  -> Downloading framd.ttf...
 Unable to find file://framd.ttf, please read the PKGBUILD 
  -> Downloading framdit.ttf...
 Unable to find file://framdit.ttf, please read the PKGBUILD 
  -> Downloading Gabriola.ttf...
 Unable to find file://Gabriola.ttf, please read the PKGBUILD 
  -> Downloading georgia.ttf...
 Unable to find file://georgia.ttf, please read the PKGBUILD 
  -> Downloading georgiab.ttf...
 Unable to find file://georgiab.ttf, please read the PKGBUILD 
  -> Downloading georgiai.ttf...
 Unable to find file://georgiai.ttf, please read the PKGBUILD 
  -> Downloading georgiaz.ttf...
 Unable to find file://georgiaz.ttf, please read the PKGBUILD 
  -> Downloading impact.ttf...
 Unable to find file://impact.ttf, please read the PKGBUILD 
  -> Downloading Inkfree.ttf...
 Unable to find file://Inkfree.ttf, please read the PKGBUILD 
  -> Downloading l_10646.ttf...
 Unable to find file://l_10646.ttf, please read the PKGBUILD 
  -> Downloading lucon.ttf...
 Unable to find file://lucon.ttf, please read the PKGBUILD 
  -> Downloading marlett.ttf...
 Unable to find file://marlett.ttf, please read the PKGBUILD 
  -> Downloading micross.ttf...
 Unable to find file://micross.ttf, please read the PKGBUILD 
  -> Downloading pala.ttf...
 Unable to find file://pala.ttf, please read the PKGBUILD 
  -> Downloading palab.ttf...
 Unable to find file://palab.ttf, please read the PKGBUILD 
  -> Downloading palai.ttf...
 Unable to find file://palai.ttf, please read the PKGBUILD 
  -> Downloading palabi.ttf...
 Unable to find file://palabi.ttf, please read the PKGBUILD 
  -> Downloading segmdl2.ttf...
 Unable to find file://segmdl2.ttf, please read the PKGBUILD 
  -> Downloading SegoeIcons.ttf...
 Unable to find file://SegoeIcons.ttf, please read the PKGBUILD 
  -> Downloading segoepr.ttf...
 Unable to find file://segoepr.ttf, please read the PKGBUILD 
  -> Downloading segoeprb.ttf...
 Unable to find file://segoeprb.ttf, please read the PKGBUILD 
  -> Downloading segoesc.ttf...
 Unable to find file://segoesc.ttf, please read the PKGBUILD 
  -> Downloading segoescb.ttf...
 Unable to find file://segoescb.ttf, please read the PKGBUILD 
  -> Downloading segoeui.ttf...
 Unable to find file://segoeui.ttf, please read the PKGBUILD 
  -> Downloading segoeuib.ttf...
 Unable to find file://segoeuib.ttf, please read the PKGBUILD 
  -> Downloading segoeuii.ttf...
 Unable to find file://segoeuii.ttf, please read the PKGBUILD 
  -> Downloading segoeuiz.ttf...
 Unable to find file://segoeuiz.ttf, please read the PKGBUILD 
  -> Downloading segoeuil.ttf...
 Unable to find file://segoeuil.ttf, please read the PKGBUILD 
  -> Downloading seguili.ttf...
 Unable to find file://seguili.ttf, please read the PKGBUILD 
  -> Downloading segoeuisl.ttf...
 Unable to find file://segoeuisl.ttf, please read the PKGBUILD 
  -> Downloading seguisli.ttf...
 Unable to find file://seguisli.ttf, please read the PKGBUILD 
  -> Downloading seguibl.ttf...
 Unable to find file://seguibl.ttf, please read the PKGBUILD 
  -> Downloading seguibli.ttf...
 Unable to find file://seguibli.ttf, please read the PKGBUILD 
  -> Downloading seguiemj.ttf...
 Unable to find file://seguiemj.ttf, please read the PKGBUILD 
  -> Downloading seguihis.ttf...
 Unable to find file://seguihis.ttf, please read the PKGBUILD 
  -> Downloading seguisb.ttf...
 Unable to find file://seguisb.ttf, please read the PKGBUILD 
  -> Downloading seguisbi.ttf...
 Unable to find file://seguisbi.ttf, please read the PKGBUILD 
  -> Downloading seguisym.ttf...
 Unable to find file://seguisym.ttf, please read the PKGBUILD 
  -> Downloading SegUIVar.ttf...
 Unable to find file://SegUIVar.ttf, please read the PKGBUILD 
  -> Downloading SitkaVF.ttf...
 Unable to find file://SitkaVF.ttf, please read the PKGBUILD 
  -> Downloading SitkaVF-Italic.ttf...
 Unable to find file://SitkaVF-Italic.ttf, please read the PKGBUILD 
  -> Downloading sylfaen.ttf...
 Unable to find file://sylfaen.ttf, please read the PKGBUILD 
  -> Downloading symbol.ttf...
 Unable to find file://symbol.ttf, please read the PKGBUILD 
  -> Downloading tahoma.ttf...
 Unable to find file://tahoma.ttf, please read the PKGBUILD 
  -> Downloading tahomabd.ttf...
 Unable to find file://tahomabd.ttf, please read the PKGBUILD 
  -> Downloading times.ttf...
 Unable to find file://times.ttf, please read the PKGBUILD 
  -> Downloading timesbd.ttf...
 Unable to find file://timesbd.ttf, please read the PKGBUILD 
  -> Downloading timesi.ttf...
 Unable to find file://timesi.ttf, please read the PKGBUILD 
  -> Downloading timesbi.ttf...
 Unable to find file://timesbi.ttf, please read the PKGBUILD 
  -> Downloading trebuc.ttf...
 Unable to find file://trebuc.ttf, please read the PKGBUILD 
  -> Downloading trebucbd.ttf...
 Unable to find file://trebucbd.ttf, please read the PKGBUILD 
  -> Downloading trebucit.ttf...
 Unable to find file://trebucit.ttf, please read the PKGBUILD 
  -> Downloading trebucbi.ttf...
 Unable to find file://trebucbi.ttf, please read the PKGBUILD 
  -> Downloading verdana.ttf...
 Unable to find file://verdana.ttf, please read the PKGBUILD 
  -> Downloading verdanab.ttf...
 Unable to find file://verdanab.ttf, please read the PKGBUILD 
  -> Downloading verdanai.ttf...
 Unable to find file://verdanai.ttf, please read the PKGBUILD 
  -> Downloading verdanaz.ttf...
 Unable to find file://verdanaz.ttf, please read the PKGBUILD 
  -> Downloading webdings.ttf...
 Unable to find file://webdings.ttf, please read the PKGBUILD 
  -> Downloading wingding.ttf...
 Unable to find file://wingding.ttf, please read the PKGBUILD 
  -> Downloading msgothic.ttc...
 Unable to find file://msgothic.ttc, please read the PKGBUILD 
  -> Downloading YuGothR.ttc...
 Unable to find file://YuGothR.ttc, please read the PKGBUILD 
  -> Downloading YuGothB.ttc...
 Unable to find file://YuGothB.ttc, please read the PKGBUILD 
  -> Downloading YuGothM.ttc...
 Unable to find file://YuGothM.ttc, please read the PKGBUILD 
  -> Downloading YuGothL.ttc...
 Unable to find file://YuGothL.ttc, please read the PKGBUILD 
  -> Downloading malgun.ttf...
 Unable to find file://malgun.ttf, please read the PKGBUILD 
  -> Downloading malgunbd.ttf...
 Unable to find file://malgunbd.ttf, please read the PKGBUILD 
  -> Downloading malgunsl.ttf...
 Unable to find file://malgunsl.ttf, please read the PKGBUILD 
  -> Downloading javatext.ttf...
 Unable to find file://javatext.ttf, please read the PKGBUILD 
  -> Downloading himalaya.ttf...
 Unable to find file://himalaya.ttf, please read the PKGBUILD 
  -> Downloading ntailu.ttf...
 Unable to find file://ntailu.ttf, please read the PKGBUILD 
  -> Downloading ntailub.ttf...
 Unable to find file://ntailub.ttf, please read the PKGBUILD 
  -> Downloading phagspa.ttf...
 Unable to find file://phagspa.ttf, please read the PKGBUILD 
  -> Downloading phagspab.ttf...
 Unable to find file://phagspab.ttf, please read the PKGBUILD 
  -> Downloading taile.ttf...
 Unable to find file://taile.ttf, please read the PKGBUILD 
  -> Downloading taileb.ttf...
 Unable to find file://taileb.ttf, please read the PKGBUILD 
  -> Downloading msyi.ttf...
 Unable to find file://msyi.ttf, please read the PKGBUILD 
  -> Downloading monbaiti.ttf...
 Unable to find file://monbaiti.ttf, please read the PKGBUILD 
  -> Downloading mmrtext.ttf...
 Unable to find file://mmrtext.ttf, please read the PKGBUILD 
  -> Downloading mmrtextb.ttf...
 Unable to find file://mmrtextb.ttf, please read the PKGBUILD 
  -> Downloading Nirmala.ttf...
 Unable to find file://Nirmala.ttf, please read the PKGBUILD 
  -> Downloading NirmalaB.ttf...
 Unable to find file://NirmalaB.ttf, please read the PKGBUILD 
  -> Downloading NirmalaS.ttf...
 Unable to find file://NirmalaS.ttf, please read the PKGBUILD 
  -> Downloading LeelawUI.ttf...
 Unable to find file://LeelawUI.ttf, please read the PKGBUILD 
  -> Downloading LeelaUIb.ttf...
 Unable to find file://LeelaUIb.ttf, please read the PKGBUILD 
  -> Downloading LeelUIsl.ttf...
 Unable to find file://LeelUIsl.ttf, please read the PKGBUILD 
  -> Downloading simsun.ttc...
 Unable to find file://simsun.ttc, please read the PKGBUILD 
  -> Downloading simsunb.ttf...
 Unable to find file://simsunb.ttf, please read the PKGBUILD 
  -> Downloading msyh.ttc...
 Unable to find file://msyh.ttc, please read the PKGBUILD 
  -> Downloading msyhbd.ttc...
 Unable to find file://msyhbd.ttc, please read the PKGBUILD 
  -> Downloading msyhl.ttc...
 Unable to find file://msyhl.ttc, please read the PKGBUILD 
  -> Downloading msjh.ttc...
 Unable to find file://msjh.ttc, please read the PKGBUILD 
  -> Downloading msjhbd.ttc...
 Unable to find file://msjhbd.ttc, please read the PKGBUILD 
  -> Downloading msjhl.ttc...
 Unable to find file://msjhl.ttc, please read the PKGBUILD 
  -> Downloading mingliub.ttc...
 Unable to find file://mingliub.ttc, please read the PKGBUILD 
  -> Downloading ebrima.ttf...
 Unable to find file://ebrima.ttf, please read the PKGBUILD 
  -> Downloading ebrimabd.ttf...
 Unable to find file://ebrimabd.ttf, please read the PKGBUILD 
  -> Downloading gadugi.ttf...
 Unable to find file://gadugi.ttf, please read the PKGBUILD 
  -> Downloading gadugib.ttf...
 Unable to find file://gadugib.ttf, please read the PKGBUILD 
  -> Downloading mvboli.ttf...
 Unable to find file://mvboli.ttf, please read the PKGBUILD 
  -> Downloading license.rtf...
 Unable to find file://license.rtf, please read the PKGBUILD 
==> Validating source files with sha256sums...
    arial.ttf ... NOT FOUND
    arialbd.ttf ... NOT FOUND
    ariali.ttf ... NOT FOUND
    arialbi.ttf ... NOT FOUND
    ariblk.ttf ... NOT FOUND
    bahnschrift.ttf ... NOT FOUND
    calibri.ttf ... NOT FOUND
    calibrib.ttf ... NOT FOUND
    calibrii.ttf ... NOT FOUND
    calibriz.ttf ... NOT FOUND
    calibril.ttf ... NOT FOUND
    calibrili.ttf ... NOT FOUND
    cambria.ttc ... NOT FOUND
    cambriab.ttf ... NOT FOUND
    cambriai.ttf ... NOT FOUND
    cambriaz.ttf ... NOT FOUND
    Candara.ttf ... NOT FOUND
    Candarab.ttf ... NOT FOUND
    Candarai.ttf ... NOT FOUND
    Candaraz.ttf ... NOT FOUND
    Candaral.ttf ... NOT FOUND
    Candarali.ttf ... NOT FOUND
    comic.ttf ... NOT FOUND
    comicbd.ttf ... NOT FOUND
    comici.ttf ... NOT FOUND
    comicz.ttf ... NOT FOUND
    consola.ttf ... NOT FOUND
    consolab.ttf ... NOT FOUND
    consolai.ttf ... NOT FOUND
    consolaz.ttf ... NOT FOUND
    constan.ttf ... NOT FOUND
    constanb.ttf ... NOT FOUND
    constani.ttf ... NOT FOUND
    constanz.ttf ... NOT FOUND
    corbel.ttf ... NOT FOUND
    corbelb.ttf ... NOT FOUND
    corbeli.ttf ... NOT FOUND
    corbelz.ttf ... NOT FOUND
    corbell.ttf ... NOT FOUND
    corbelli.ttf ... NOT FOUND
    cour.ttf ... NOT FOUND
    courbd.ttf ... NOT FOUND
    couri.ttf ... NOT FOUND
    courbi.ttf ... NOT FOUND
    framd.ttf ... NOT FOUND
    framdit.ttf ... NOT FOUND
    Gabriola.ttf ... NOT FOUND
    georgia.ttf ... NOT FOUND
    georgiab.ttf ... NOT FOUND
    georgiai.ttf ... NOT FOUND
    georgiaz.ttf ... NOT FOUND
    impact.ttf ... NOT FOUND
    Inkfree.ttf ... NOT FOUND
    l_10646.ttf ... NOT FOUND
    lucon.ttf ... NOT FOUND
    marlett.ttf ... NOT FOUND
    micross.ttf ... NOT FOUND
    pala.ttf ... NOT FOUND
    palab.ttf ... NOT FOUND
    palai.ttf ... NOT FOUND
    palabi.ttf ... NOT FOUND
    segmdl2.ttf ... NOT FOUND
    SegoeIcons.ttf ... NOT FOUND
    segoepr.ttf ... NOT FOUND
    segoeprb.ttf ... NOT FOUND
    segoesc.ttf ... NOT FOUND
    segoescb.ttf ... NOT FOUND
    segoeui.ttf ... NOT FOUND
    segoeuib.ttf ... NOT FOUND
    segoeuii.ttf ... NOT FOUND
    segoeuiz.ttf ... NOT FOUND
    segoeuil.ttf ... NOT FOUND
    seguili.ttf ... NOT FOUND
    segoeuisl.ttf ... NOT FOUND
    seguisli.ttf ... NOT FOUND
    seguibl.ttf ... NOT FOUND
    seguibli.ttf ... NOT FOUND
    seguiemj.ttf ... NOT FOUND
    seguihis.ttf ... NOT FOUND
    seguisb.ttf ... NOT FOUND
    seguisbi.ttf ... NOT FOUND
    seguisym.ttf ... NOT FOUND
    SegUIVar.ttf ... NOT FOUND
    SitkaVF.ttf ... NOT FOUND
    SitkaVF-Italic.ttf ... NOT FOUND
    sylfaen.ttf ... NOT FOUND
    symbol.ttf ... NOT FOUND
    tahoma.ttf ... NOT FOUND
    tahomabd.ttf ... NOT FOUND
    times.ttf ... NOT FOUND
    timesbd.ttf ... NOT FOUND
    timesi.ttf ... NOT FOUND
    timesbi.ttf ... NOT FOUND
    trebuc.ttf ... NOT FOUND
    trebucbd.ttf ... NOT FOUND
    trebucit.ttf ... NOT FOUND
    trebucbi.ttf ... NOT FOUND
    verdana.ttf ... NOT FOUND
    verdanab.ttf ... NOT FOUND
    verdanai.ttf ... NOT FOUND
    verdanaz.ttf ... NOT FOUND
    webdings.ttf ... NOT FOUND
    wingding.ttf ... NOT FOUND
    msgothic.ttc ... NOT FOUND
    YuGothR.ttc ... NOT FOUND
    YuGothB.ttc ... NOT FOUND
    YuGothM.ttc ... NOT FOUND
    YuGothL.ttc ... NOT FOUND
    malgun.ttf ... NOT FOUND
    malgunbd.ttf ... NOT FOUND
    malgunsl.ttf ... NOT FOUND
    javatext.ttf ... NOT FOUND
    himalaya.ttf ... NOT FOUND
    ntailu.ttf ... NOT FOUND
    ntailub.ttf ... NOT FOUND
    phagspa.ttf ... NOT FOUND
    phagspab.ttf ... NOT FOUND
    taile.ttf ... NOT FOUND
    taileb.ttf ... NOT FOUND
    msyi.ttf ... NOT FOUND
    monbaiti.ttf ... NOT FOUND
    mmrtext.ttf ... NOT FOUND
    mmrtextb.ttf ... NOT FOUND
    Nirmala.ttf ... NOT FOUND
    NirmalaB.ttf ... NOT FOUND
    NirmalaS.ttf ... NOT FOUND
    LeelawUI.ttf ... NOT FOUND
    LeelaUIb.ttf ... NOT FOUND
    LeelUIsl.ttf ... NOT FOUND
    simsun.ttc ... NOT FOUND
    simsunb.ttf ... NOT FOUND
    msyh.ttc ... NOT FOUND
    msyhbd.ttc ... NOT FOUND
    msyhl.ttc ... NOT FOUND
    msjh.ttc ... NOT FOUND
    msjhbd.ttc ... NOT FOUND
    msjhl.ttc ... NOT FOUND
    mingliub.ttc ... NOT FOUND
    ebrima.ttf ... NOT FOUND
    ebrimabd.ttf ... NOT FOUND
    gadugi.ttf ... NOT FOUND
    gadugib.ttf ... NOT FOUND
    mvboli.ttf ... NOT FOUND
    license.rtf ... Skipped
==> ERROR: One or more files did not pass the validity check!
 -> error making: ttf-ms-win11
[user@arch ~]$ 
Add Comment
Author