From c211813dddd65e8d1976bda7a4a9af6be83da566 Mon Sep 17 00:00:00 2001 From: Jack Mahoney Date: Tue, 26 Aug 2025 15:14:11 -0700 Subject: [PATCH] update package description --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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')