1
0
mirror of https://github.com/Jguer/yay.git synced 2026-05-04 20:06:09 +02:00

2384 Commits

Author SHA1 Message Date
transifex-integration[bot]
21b0514c3f
Updates for file po/en.po in ru_RU (#2815)
Translate po/en.po in ru_RU

100% translated source file: 'po/en.po'
on 'ru_RU'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-04-27 22:11:23 +01:00
dependabot[bot]
38ec701e5c
chore(deps): bump github.com/deckarep/golang-set/v2 from 2.8.0 to 2.9.0 in the go-all group (#2816)
chore(deps): bump github.com/deckarep/golang-set/v2 in the go-all group

Bumps the go-all group with 1 update: [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set).


Updates `github.com/deckarep/golang-set/v2` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/deckarep/golang-set/releases)
- [Commits](https://github.com/deckarep/golang-set/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/deckarep/golang-set/v2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-27 22:11:07 +01:00
transifex-integration[bot]
ed536c91b7
Updates for file po/en.po in es (#2813)
* Translate po/en.po in es

100% translated source file: 'po/en.po'
on 'es'.

* Translate po/en.po in es

100% translated source file: 'po/en.po'
on 'es'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-04-27 10:42:17 +01:00
dependabot[bot]
099f9f19e8
chore(deps): bump the go-all group with 3 updates (#2812)
Bumps the go-all group with 3 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/net` from 0.52.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.52.0...v0.53.0)

Updates `golang.org/x/sys` from 0.42.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.42.0...v0.43.0)

Updates `golang.org/x/term` from 0.41.0 to 0.42.0
- [Commits](https://github.com/golang/term/compare/v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/sys
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 10:33:54 +02:00
Sarbojit Rana
1879251339
fix: skip cache clean when no valid pacman cache directories exist #2652 (#2806)
* fix: skip cache clean when no valid pacman cache directories exist

* Update clean.go

remove addtional line as suggested

Co-authored-by: Jo <me@jguer.space>

* fix: apply gofmt

---------

Co-authored-by: Jo <me@jguer.space>
2026-04-12 22:16:34 +02:00
transifex-integration[bot]
29cdc729bb
Updates for file po/en.po in pl (#2808)
Translate po/en.po in pl

100% translated source file: 'po/en.po'
on 'pl'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-30 23:46:46 +02:00
transifex-integration[bot]
3be99fe450
Updates for file po/en.po in pl_PL (#2807)
Translate po/en.po in pl_PL

100% translated source file: 'po/en.po'
on 'pl_PL'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-30 23:46:30 +02:00
dependabot[bot]
3c905568b0
chore(deps): bump github.com/Jguer/dyalpm from 0.1.1 to 0.1.2 in the go-all group across 1 directory (#2804)
chore(deps): bump github.com/Jguer/dyalpm in the go-all group

Bumps the go-all group with 1 update: [github.com/Jguer/dyalpm](https://github.com/Jguer/dyalpm).


Updates `github.com/Jguer/dyalpm` from 0.1.1 to 0.1.2
- [Commits](https://github.com/Jguer/dyalpm/compare/v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/Jguer/dyalpm
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 20:28:18 +02:00
Jo
3b79933638
test: harden coverage and make tests parallel-safe (#2797)
* Test coverage hardening and parallel-safe refactors

Add focused test coverage for under-tested operational paths, edge branches,
and make key table-driven suites parallel-safe. Also fixed flaky installer
test execution under repeated/parallel runs.

* chore: fix goimports ordering for golangci-lint

* Test(download): expand integration coverage for download paths

Add integration scenarios for force/pull repo updates, repo-only and skip semantics,
and direct AUR download/scanner coverage used by getpkgbuild and package preparation.

* Test(exe): relax systemd-run path assertion

Fix flaky TestBuildGitCmd by accepting an absolute systemd-run path while still
asserting the expected binary is used.

* Test(text): avoid race in color tests

Remove parallel execution from TestColorHash so global UseColor writes do not
overlap with color consumers in parallel tests and trigger race detector
failures.

* fix potential race conditions
2026-03-25 00:51:34 +01:00
transifex-integration[bot]
506d726bae
Updates for file po/en.po in da_DK (#2802)
Translate po/en.po in da_DK

100% translated source file: 'po/en.po'
on 'da_DK'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-25 00:38:30 +01:00
transifex-integration[bot]
4d2bbda015
Updates for file po/en.po in da (#2803)
Translate po/en.po in da

100% translated source file: 'po/en.po'
on 'da'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-25 00:38:11 +01:00
Jo
90ae08862a
Remove timeupdate option (#2796)
* disable provides by default

* remove time update due to low usage
2026-03-18 23:01:14 +01:00
dependabot[bot]
11da5acc14
chore(deps): bump the go-all group with 2 updates (#2795)
Bumps the go-all group with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/net` from 0.51.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.51.0...v0.52.0)

Updates `golang.org/x/term` from 0.40.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/term
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 22:13:57 +01:00
TurtleRuss
412c145eb4
fix(query): incorporate AUR popularity into search metric (#2789)
Replace vote-only sigmoid with a blended votes+popularity score in
aurSortByMetric. AUR's Popularity field (already stored and populated
from the API) is a time-decayed vote score that better reflects current
relevance than raw NumVotes alone.

Falls back to votes-only when popularity <= 0 (brand-new packages).
Uses the same sigmoid normalization pattern as the existing minVotes
constant (minPopularity = 0.5).

Side effect: AUR packages no longer artificially outscore repo packages
via historical vote counts when separateSources is disabled. Updated
two noseparatesources test expectations accordingly.
2026-03-15 23:14:54 +01:00
dependabot[bot]
1dc0aaf4de
chore(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 in the go-all group (#2794)
chore(deps): bump golang.org/x/sys in the go-all group

Bumps the go-all group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/sys` from 0.41.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-15 23:06:54 +01:00
Copilot
b09f3de913
ci: update golangci-lint to v2.10.1 and bump Go to 1.26 (#2791)
* Initial plan

* ci: update golangci-lint to v2.10.1 and use go 1.26

Co-authored-by: Jguer <8071073+Jguer@users.noreply.github.com>

* fix false report lints

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jguer <8071073+Jguer@users.noreply.github.com>
Co-authored-by: Jo Garnier <git@jguer.space>
2026-03-08 23:33:23 +01:00
transifex-integration[bot]
dbcf39b1eb
Updates for file po/en.po in fi (#2788)
* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

* Translate po/en.po in fi

100% translated source file: 'po/en.po'
on 'fi'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-08 22:08:48 +01:00
transifex-integration[bot]
78831aeea8
Updates for file po/en.po in fr (#2793)
Translate po/en.po in fr

100% translated source file: 'po/en.po'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-08 22:08:22 +01:00
transifex-integration[bot]
ba3efc6656
Updates for file po/en.po in fr_FR (#2792)
Translate po/en.po in fr_FR

100% translated source file: 'po/en.po'
on 'fr_FR'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-03-08 22:08:05 +01:00
dependabot[bot]
b0c903aa80
chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 in the go-all group (#2790)
chore(deps): bump golang.org/x/net in the go-all group

Bumps the go-all group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.50.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 22:07:44 +01:00
Jo
13b4213cab
chore: remove stalebot (#2785)
remove stalebot
2026-02-18 09:34:37 +01:00
dependabot[bot]
23ee3d3f4b
chore(deps): bump the go-all group with 3 updates (#2781)
Bumps the go-all group with 3 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/net` from 0.49.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.50.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.40.0...v0.41.0)

Updates `golang.org/x/term` from 0.39.0 to 0.40.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/sys
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/term
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 11:00:52 +01:00
transifex-integration[bot]
2ade5b775b
Updates for file po/en.po in de (#2782)
Translate po/en.po in de

100% translated source file: 'po/en.po'
on 'de'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-02-11 11:00:31 +01:00
artww
103b22c8ce
Improve Polish translations in pl.po (#2778)
Removed linguistic monsters and garbage from translations.
Unification versions: pl and pl_PL
2026-02-03 10:22:54 +01:00
artww
a8c9e60e78
Refine Polish translations in pl.po (#2777)
Removed linguistic monsters and garbage from translations.
Unification versions: pl and pl_PL
2026-02-03 10:22:45 +01:00
artww
d6ab937d16
Revise Polish translations in pl_PL.po (#2779)
Removed linguistic monsters and garbage from translations.
Unification versions: pl and pl_PL
2026-02-03 10:22:38 +01:00
Jo
3e3d5aa111
feat(ini): support ini config (#2774)
* support ini config

* support user ini config

* Update pkg/settings/ini.go

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-30 16:07:24 +01:00
Jo
3d7701fa35
fix: automatically regenerate empty completion cache (#2773)
Fixes #2759

The completion cache validation now checks if the file is empty and
automatically regenerates it. This prevents shell completions from
breaking when the cache file exists but is corrupted or empty.

Previously, NeedsUpdate() only checked file existence and age, but
didn't validate file contents. Empty cache files would be used as-is,
causing 'yay -Pc' to return no output and breaking shell completions.

Changes:
- Add file size check in NeedsUpdate() to detect empty cache files
- Add test case for empty file scenario
- Update function documentation
2026-01-30 10:33:43 +01:00
transifex-integration[bot]
2fc9cec631
Updates for file po/en.po in ru (#2771)
Translate po/en.po in ru

100% translated source file: 'po/en.po'
on 'ru'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-01-30 09:52:59 +01:00
transifex-integration[bot]
a4847d3fa8
Updates for file po/en.po in ru_RU (#2772)
Translate po/en.po in ru_RU

100% translated source file: 'po/en.po'
on 'ru_RU'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-01-30 09:52:36 +01:00
Jo
0a928ba9f4
feat(yay): use dyalpm for alpm usage (#2769)
* squash: dyalpm integration

* fix vercmp

* fix linting
2026-01-22 16:46:55 +01:00
Jo
b2dfa0c56f
chore(migration): default to "" as sortBy to keep existing behavior (#2768)
* bump builtin version

* add sortby migration to keep current user behavior
2026-01-22 10:28:47 +01:00
Jo
638ffe9c86
fix devcontainer order (#2767) 2026-01-22 09:44:54 +01:00
Michele Palazzi
398005c7cd
fix: Ensure --asexplicit applies to explicitly targeted packages (#2766)
* fix: Ensure --asexplicit applies to explicitly targeted packages and add a regression test.

Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>

* lint

---------

Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
Co-authored-by: Jo Garnier <git@jguer.space>
2026-01-22 09:42:36 +01:00
Joey Holtzman
733e6a6b17
Add support for all sortyby options (#2747)
* Add all sortyby options

Previously, only 'name' was a supported sortby option. Now, all sortby
options are supported.

Whenever there is a tie, the metric is used as a tiebreaker (it is also
the default when sortby is not specified). The only behavior that
changed is that packages with the same metric are sorted oppositely when
sorting bottomUp. This was actually a bug in the previous implementation
which inverts the `cmpResult` for bottomUp which returns true if the
metrics are the same. According to the docs for Less
(https://pkg.go.dev/sort#Interface), Less(i, i) should be false (the
same element cannot sort before itself).

I mainly structured the code for efficiency by creating the sortby
function once rather than checking `separateSources` and `bottomUp`
every comparison, but I also think this improves readability compared to
having a switch-case in the comparison function.

* Fix separating sources on ties and improve test coverage

* Remove 'id' and 'baseid' in sortby options
2026-01-22 09:26:35 +01:00
dependabot[bot]
ab19522e69
chore(deps): bump the go-all group with 3 updates (#2762)
Bumps the go-all group with 3 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/net` from 0.48.0 to 0.49.0
- [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.40.0
- [Commits](https://github.com/golang/sys/compare/v0.39.0...v0.40.0)

Updates `golang.org/x/term` from 0.38.0 to 0.39.0
- [Commits](https://github.com/golang/term/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/sys
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:50:09 +01:00
transifex-integration[bot]
fed2f218f7
Updates for file po/en.po in sv (#2760)
Translate po/en.po in sv

100% translated source file: 'po/en.po'
on 'sv'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-01-09 14:42:19 +01:00
transifex-integration[bot]
f84a6db9c5
Updates for file po/en.po in ca (#2752)
Translate po/en.po in ca

100% translated source file: 'po/en.po'
on 'ca'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jo <git@jguer.space>
2025-12-28 19:10:02 +01:00
transifex-integration[bot]
485eae4a0a
Updates for file po/en.po in ca_ES (#2753)
Translate po/en.po in ca_ES

100% translated source file: 'po/en.po'
on 'ca_ES'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jo <git@jguer.space>
2025-12-28 19:09:43 +01:00
transifex-integration[bot]
0a08a3196b
Updates for file po/en.po in pt_BR (#2754)
Translate po/en.po in pt_BR

100% translated source file: 'po/en.po'
on 'pt_BR'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-25 14:56:51 +01:00
Jo
abe346b2ec
Fix flaky test (#2757)
fix flaky test
2025-12-25 14:40:18 +01:00
transifex-integration[bot]
7254147ae3
Updates for file po/en.po in hu (#2749)
* Translate po/en.po in hu

100% translated source file: 'po/en.po'
on 'hu'.

* Translate po/en.po in hu

100% translated source file: 'po/en.po'
on 'hu'.

* Translate po/en.po in hu

100% translated source file: 'po/en.po'
on 'hu'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-25 14:03:51 +01:00
summ2r
949835a129
Fix: Remove extra scanner.Scan() call in syncList (#2751)
The syncList function had an extra scanner.Scan() call before the main loop,
causing the first package name to be skipped when listing AUR packages.
2025-12-25 14:03:25 +01:00
transifex-integration[bot]
3d54687bfa
Updates for file po/en.po in ko (#2755)
* Translate po/en.po in ko

100% translated source file: 'po/en.po'
on 'ko'.

* Translate po/en.po in ko

100% translated source file: 'po/en.po'
on 'ko'.

* Translate po/en.po in ko

100% translated source file: 'po/en.po'
on 'ko'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-25 14:03:12 +01:00
Aarik Pokras
95262efc83
Correct capitalization of 'Yay' in README.md (#2748)
* Correct capitalization of 'Yay' in README.md

* Update README to use lowercase 'yay'
2025-12-22 23:20:27 +01:00
Jo
15c0597562
Build: Build without install with -B . (#2684)
* remove deprecated --tar flag and add --gitflags

Built without installing with -B

fix git tests gitBin

align with next

* fix order of ops
2025-12-22 15:22:10 +01:00
transifex-integration[bot]
4a63389912
Updates for file po/en.po in it_IT (#2745)
Translate po/en.po in it_IT

100% translated source file: 'po/en.po'
on 'it_IT'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-22 12:55:13 +01:00
transifex-integration[bot]
a08f9c4fb8
Updates for file po/en.po in nl (#2746)
Translate po/en.po in nl

100% translated source file: 'po/en.po'
on 'nl'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-12-22 12:54:57 +01:00
LordBeerus
c466b96b94
fix: Correctly return exit status 1 when no packages are found (#2705)
* fix: Correctly return exit status 1 when no packages are found

* add testing for targets not found
2025-12-21 15:54:23 +01:00
Joey Holtzman
74e3cf80dd
Print an error message when a package isn't found when using -Si (#2718) 2025-12-21 14:41:03 +01:00