From 1aab8f5b2d986dca6850c45364b1de157b4cf32e Mon Sep 17 00:00:00 2001 From: Jack Mahoney Date: Mon, 21 Jul 2025 17:39:10 -0700 Subject: [PATCH] add provides/conflicts openai-codex --- .SRCINFO | 4 +++- PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6012ac3..3d57dfc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,15 @@ pkgbase = openai-codex-bin pkgdesc = Lightweight coding agent that runs in your terminal pkgver = 0.8.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/openai/codex arch = x86_64 arch = aarch64 license = Apache-2.0 optdepends = git: for working with git repositories optdepends = ripgrep: accelerated large-repo search + provides = openai-codex + conflicts = openai-codex source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-x86_64-unknown-linux-gnu.tar.gz source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-exec-x86_64-unknown-linux-gnu.tar.gz source_x86_64 = https://github.com/openai/codex/releases/download/rust-v0.8.0/codex-linux-sandbox-x86_64-unknown-linux-gnu.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 82a9c97..5144816 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,13 @@ # Maintainer: Jack Mahoney pkgname=openai-codex-bin pkgver=0.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight coding agent that runs in your terminal" arch=('x86_64' 'aarch64') url="https://github.com/openai/codex" license=('Apache-2.0') +provides=('openai-codex') +conflicts=('openai-codex') optdepends=( 'git: for working with git repositories' 'ripgrep: accelerated large-repo search'