fix relnumber

This commit is contained in:
Jack Mahoney
2025-07-23 00:28:34 -07:00
parent 42c7875743
commit 076a14f995
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = openai-codex-bin pkgbase = openai-codex-bin
pkgdesc = Lightweight coding agent that runs in your terminal pkgdesc = Lightweight coding agent that runs in your terminal
pkgver = 0.9.0 pkgver = 0.9.0
pkgrel = 3 pkgrel = 1
url = https://github.com/openai/codex url = https://github.com/openai/codex
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64

View File

@@ -1,7 +1,7 @@
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com> # Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
pkgname=openai-codex-bin pkgname=openai-codex-bin
pkgver=0.9.0 pkgver=0.9.0
pkgrel=3 pkgrel=1
pkgdesc="Lightweight coding agent that runs in your terminal" pkgdesc="Lightweight coding agent that runs in your terminal"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/openai/codex" url="https://github.com/openai/codex"