summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLevitatingBusinessMan (Rein Fernhout)2023-09-08 15:18:50 +0200
committerLevitatingBusinessMan (Rein Fernhout)2023-09-08 15:18:50 +0200
commit943d10d7f3e0e40015f84103e91328251ce490ca (patch)
tree0ca0ec9b6611fbd8d5d4757d06204b535712e40b
parentc78d0b02fcd5a900ed31e05bc35e7d465fb6ec7e (diff)
downloadaur-943d10d7f3e0e40015f84103e91328251ce490ca.tar.gz
add provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af20f4557e9..ef32ddac35a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = openai-cli-git
pkgdesc = CLI for the GPT model written in Rust
- pkgver = r27.e66bf5d
+ pkgver = r54.9b946e3
pkgrel = 1
url = https://github.com/LevitatingBusinessMan/openai-cli
arch = x86_64
license = MIT
makedepends = rust
makedepends = git
+ provides = openai-cli
source = openai-cli-git::git+https://github.com/LevitatingBusinessMan/openai-cli
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c4d2854191c3..e04bab041e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Rein Fernhout (LevitatingBusinessMan) <me@levitati.ng>
pkgname=openai-cli-git
-pkgver=r27.e66bf5d
+pkgver=r54.9b946e3
arch=("x86_64")
pkgrel=1
pkgdesc="CLI for the GPT model written in Rust"
@@ -10,6 +10,7 @@ makedepends=("rust" "git")
url="https://github.com/LevitatingBusinessMan/openai-cli"
source=("$pkgname::git+https://github.com/LevitatingBusinessMan/openai-cli")
sha256sums=("SKIP")
+provides=("openai-cli")
pkgver() {
cd "$pkgname"