Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / ghostty


Commits:
38c470dc by Peter Jung at 2026-03-10T16:40:53+01:00
upgpkg: 1.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ghostty
        pkgdesc = Fast, native, feature-rich terminal emulator pushing modern 
features
-       pkgver = 1.2.3
-       pkgrel = 3
+       pkgver = 1.3.0
+       pkgrel = 1
        url = https://github.com/ghostty-org/ghostty
        arch = x86_64
        arch = aarch64
@@ -9,7 +9,7 @@ pkgbase = ghostty
        license = MIT
        makedepends = blueprint-compiler
        makedepends = pandoc-cli
-       makedepends = zig0.14
+       makedepends = zig
        depends = bzip2
        depends = fontconfig
        depends = libfontconfig.so
@@ -34,10 +34,8 @@ pkgbase = ghostty
        depends = wayland
        depends = libwayland-client.so
        depends = zlib
-       source = 
https://github.com/ghostty-org/ghostty/archive/v1.2.3/ghostty-1.2.3.tar.gz
-       source = ghostty-1.2.3-update-schemes-to-working-tag.patch
-       sha256sums = 
e17d39482fc70fba3d72f5f25c12e9d9a72b87dd45a61a854d9928e98b69edd8
-       sha256sums = 
4d6b324e79cf6182ab8518f328054a8a31ad1adec613414e1431cbf7a6c30057
+       source = 
https://github.com/ghostty-org/ghostty/archive/v1.3.0/ghostty-1.3.0.tar.gz
+       sha256sums = 
3d05cbdb712ec19ecdc720a2757a09ebf79aaa8d90ae2ae5c0ddd5536ef31be6
 
 pkgname = ghostty
        depends = bzip2


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgbase=ghostty
 pkgname=(ghostty ghostty-shell-integration ghostty-terminfo)
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Fast, native, feature-rich terminal emulator pushing modern features'
 arch=(x86_64 aarch64 i686)
 url="https://github.com/ghostty-org/$pkgbase";
@@ -26,18 +26,13 @@ depends=(bzip2
          zlib)
 makedepends=(blueprint-compiler
              pandoc-cli
-             zig0.14)
+             zig)
 _archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz"
-        ghostty-1.2.3-update-schemes-to-working-tag.patch
-    )
-sha256sums=('e17d39482fc70fba3d72f5f25c12e9d9a72b87dd45a61a854d9928e98b69edd8'
-            '4d6b324e79cf6182ab8518f328054a8a31ad1adec613414e1431cbf7a6c30057')
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('3d05cbdb712ec19ecdc720a2757a09ebf79aaa8d90ae2ae5c0ddd5536ef31be6')
 
 prepare() {
        cd "$_archive"
-    # current scheme was removed upstream, use next tag
-    patch -Np1 -i ../ghostty-1.2.3-update-schemes-to-working-tag.patch
        ZIG_GLOBAL_CACHE_DIR="$srcdir/zig-global-cache/" 
./nix/build-support/fetch-zig-cache.sh
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostty/-/commit/38c470dccfbb1664544ba7819446c1d2174d179f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostty/-/commit/38c470dccfbb1664544ba7819446c1d2174d179f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to