summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEssentral2025-04-17 14:11:29 -0700
committerEssentral2025-04-17 14:11:29 -0700
commit36083009202a47abe75ba5a35c82703a563412d0 (patch)
tree6211ff264ee3e4fbf197d1344a11e4b16af4e3a4
parentdde95b4aa9746a079cd08be137b98becc949d6f1 (diff)
downloadaur-thinkboxai.tar.gz
Add runtime and build dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fc37085a2f2..a9cf5019f5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = thinkboxai
url = https://thinkboxai.com
arch = x86_64
license = unknown
+ makedepends = dpkg
depends = glibc
+ depends = hicolor-icon-theme
noextract = thinkboxai_1.0.0-1_amd64.deb
source = https://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/1.0.0/thinkboxai_1.0.0-1_amd64.deb
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8918c0d8a540..10f66152343e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Thinkbox AI – A modern desktop interface for the Open AI API. Repack
arch=('x86_64')
url="https://thinkboxai.com"
license=('unknown')
-depends=('glibc')
+depends=('glibc' 'hicolor-icon-theme')
+makedepends=('dpkg')
source=("https://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/${pkgver}/thinkboxai_${pkgver}-1_amd64.deb")
noextract=("thinkboxai_${pkgver}-1_amd64.deb")