summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2023-03-20 00:29:17 +0530
committertxtsd2023-03-20 00:29:17 +0530
commit4a4b51fbc0b22dc0b6ba869cea94abdc6a0c44c6 (patch)
treec9118a210ccdd3ec77a6149fa178a87c9a04b21e /PKGBUILD
parentb90863140e6ab690f116d9fe0953f91514cde7af (diff)
downloadaur-linux-command-gpt-git.tar.gz
upgpkg: linux-command-gpt-git v0.1.2.r0.g952eee1-2
chore: Add git dependency Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 336b65f78f57..7328591ba88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=linux-command-gpt-git
_pkgname=linux-command-gpt
pkgver=v0.1.2.r0.g952eee1
-pkgrel=1
+pkgrel=2
pkgdesc='Get Linux commands in natural language with the power of ChatGPT'
arch=('x86_64' 'aarch64')
url='https://github.com/asrul10/linux-command-gpt'
license=('MIT')
depends=('glibc')
-makedepends=('go')
+makedepends=('git' 'go')
provides=('linux-command-gpt')
conflicts=('linux-command-gpt')
source=("git+${url}")