summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b88c0a4171..626e03f2b667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = linux-command-gpt-git
pkgdesc = Get Linux commands in natural language with the power of ChatGPT
pkgver = v0.1.2.r0.g952eee1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asrul10/linux-command-gpt
arch = x86_64
arch = aarch64
license = MIT
+ makedepends = git
makedepends = go
depends = glibc
provides = linux-command-gpt
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}")