From 076a14f9955fcf4878b0223d4c74331aa33f9877 Mon Sep 17 00:00:00 2001 From: Jack Mahoney Date: Wed, 23 Jul 2025 00:28:34 -0700 Subject: [PATCH] fix relnumber --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3314f18..fc62891 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = openai-codex-bin pkgdesc = Lightweight coding agent that runs in your terminal pkgver = 0.9.0 - pkgrel = 3 + pkgrel = 1 url = https://github.com/openai/codex arch = x86_64 arch = aarch64 diff --git a/PKGBUILD b/PKGBUILD index cc644e0..e2a984a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jack Mahoney pkgname=openai-codex-bin pkgver=0.9.0 -pkgrel=3 +pkgrel=1 pkgdesc="Lightweight coding agent that runs in your terminal" arch=('x86_64' 'aarch64') url="https://github.com/openai/codex"