Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / wezterm
Commits: 577f5261 by Frederik Schwan at 2026-06-28T23:24:39+02:00 switch to new upstream url - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,5 @@ [wezterm] source = "git" -git = "https://github.com/wez/wezterm" +git = "https://github.com/wezterm/wezterm" from_pattern = '(\d+)-(\d+)-(\w+)' to_pattern = '\1.\2.\3' ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgver=20240203.110809.5046fc22 pkgrel=2 pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer" arch=('x86_64') -url="https://github.com/wez/wezterm" +url="https://github.com/wezterm/wezterm" license=('MIT') depends=( 'bash' @@ -39,11 +39,11 @@ replaces=(wezterm-shell-integration) options=('!lto') source=( "${pkgname}::git+$url.git#tag=${pkgver//./-}" - "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git" + "${pkgname}-freetype2::git+https://github.com/freetype/freetype2.git" "${pkgname}-zlib::git+https://github.com/madler/zlib.git" "${pkgname}-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git" "${pkgname}-libpng::git+https://github.com/glennrp/libpng.git" - $pkgname-20240203.110809.5046fc22-from_raw_parts.patch::https://github.com/wez/wezterm/commit/67d4ba9f76470a7ff1f3e7609119cdbb9d33024c.patch + $pkgname-20240203.110809.5046fc22-from_raw_parts.patch::https://github.com/wezterm/wezterm/commit/67d4ba9f76470a7ff1f3e7609119cdbb9d33024c.patch ) sha256sums=('4b893f15c5330ee40aee2c341028234fb0a78825e0d7207ff43dfd9aeed71799' 'SKIP' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wezterm/-/commit/577f5261bc4ae9feb3c2ebfd3fe98d370de15958 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wezterm/-/commit/577f5261bc4ae9feb3c2ebfd3fe98d370de15958 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
