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


Commits:
c1a7287d by Peter Jung at 2025-01-01T01:24:09+01:00
upgpkg: 1.0.1-1, use DESTDIR

- - - - -


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.0.0
-       pkgrel = 3
+       pkgver = 1.0.1
+       pkgrel = 1
        url = https://github.com/ghostty-org/ghostty
        arch = x86_64
        arch = aarch64
@@ -30,8 +30,8 @@ pkgbase = ghostty
        depends = oniguruma
        depends = pixman
        depends = zlib
-       source = 
https://github.com/ghostty-org/ghostty/archive/v1.0.0/ghostty-1.0.0.tar.gz
-       sha256sums = 
bd12953c8bbe7149e2f94e7e578a88e981932a69aa483f5ce9a2cfba726e0015
+       source = 
https://github.com/ghostty-org/ghostty/archive/v1.0.1/ghostty-1.0.1.tar.gz
+       sha256sums = 
4e4d9725ef2e50715492df26265e275417acca0db374f6d21740b848c77d6189
 
 pkgname = ghostty
        depends = bzip2


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgbase=ghostty
 pkgname=(ghostty ghostty-shell-integration ghostty-terminfo)
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+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,7 +26,7 @@ makedepends=(pandoc-cli
              zig)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('bd12953c8bbe7149e2f94e7e578a88e981932a69aa483f5ce9a2cfba726e0015')
+sha256sums=('4e4d9725ef2e50715492df26265e275417acca0db374f6d21740b848c77d6189')
 
 prepare() {
        cd "$_archive"
@@ -35,9 +35,9 @@ prepare() {
 
 build() {
        cd "$_archive"
-       zig build \
+       DESTDIR="build" zig build \
                --summary all \
-               --prefix "$PWD/build/usr" \
+               --prefix "/usr" \
                --system "$srcdir/zig-global-cache/p" \
                -Doptimize=ReleaseFast \
                -Dcpu=baseline \



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

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


Reply via email to