update package description

This commit is contained in:
Jack Mahoney
2025-08-26 15:14:11 -07:00
parent 9a584c6b82
commit c211813ddd
2 changed files with 4 additions and 4 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 (binary release)
pkgver = 0.24.0 pkgver = 0.24.0
pkgrel = 1 pkgrel = 2
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,8 +1,8 @@
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com> # Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
pkgname=openai-codex-bin pkgname=openai-codex-bin
pkgver=0.24.0 pkgver=0.24.0
pkgrel=1 pkgrel=2
pkgdesc="Lightweight coding agent that runs in your terminal" pkgdesc="Lightweight coding agent that runs in your terminal (binary release)"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/openai/codex" url="https://github.com/openai/codex"
license=('Apache') license=('Apache')