This commit is contained in:
2025-12-11 11:36:22 -08:00
parent 0903b599a3
commit e6a7473e6e

View File

@@ -1,5 +1,5 @@
pkgname=codex-acp pkgname=codex-acp
pkgver=0.3.9 pkgver=0.3.11
pkgrel=1 pkgrel=1
pkgdesc="Command-line companion for the Zed Codex AI code completion system" pkgdesc="Command-line companion for the Zed Codex AI code completion system"
arch=('x86_64') arch=('x86_64')
@@ -9,7 +9,7 @@ depends=('glibc' 'openssl' 'gcc-libs')
provides=("${pkgname}") provides=("${pkgname}")
conflicts=("${pkgname}") conflicts=("${pkgname}")
source=("https://github.com/zed-industries/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz") source=("https://github.com/zed-industries/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=('b91fcb8ffd990cb6be9e8e841477e45c83e8bdfc97fabee6bc4285c0c4591969') sha256sums=('1cb4572a1eab700e4386a2a1792c21c7538ad6abb8a4716adc294e12347d8929')
package() { package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"