diff --git a/.SRCINFO b/.SRCINFO index 87d73ab..ee289ba 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 369b97e..3ad71b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jack Mahoney 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')