update package description
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
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
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/openai/codex
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
|
||||
pkgname=openai-codex-bin
|
||||
pkgver=0.24.0
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight coding agent that runs in your terminal"
|
||||
pkgrel=2
|
||||
pkgdesc="Lightweight coding agent that runs in your terminal (binary release)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/openai/codex"
|
||||
license=('Apache')
|
||||
|
||||
Reference in New Issue
Block a user