summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dd8aa2ac435..cc594491500d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gptscript
pkgdesc = Scripting AI for fun and profit
- pkgver = v0.1.1
+ pkgver = v0.1.3
pkgrel = 1
url = https://gptscript.ai/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gptscript
makedepends = npm
makedepends = yarn
conflicts = gptscript-git
- source = gptscript-v0.1.1::git+https://github.com/gptscript-ai/gptscript#tag=v0.1.1
+ source = gptscript-v0.1.3::git+https://github.com/gptscript-ai/gptscript#tag=v0.1.3
md5sums = SKIP
pkgname = gptscript
diff --git a/PKGBUILD b/PKGBUILD
index 4f0198049763..fdad4c61d5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drpebcak <tayworm@gmail.com>
pkgname='gptscript'
-pkgver="v0.1.1"
+pkgver="v0.1.3"
pkgrel=1
pkgdesc="Scripting AI for fun and profit"
arch=('x86_64')
@@ -14,8 +14,7 @@ conflicts=('gptscript-git')
build() {
cd "gptscript-$pkgver"
- make build-ui
- make build
+ make all
}
check() {