diff options
author | zxp19821005 | 2024-10-16 09:01:20 +0800 |
---|---|---|
committer | zxp19821005 | 2024-10-16 09:01:20 +0800 |
commit | 0b35d56aa82ed4578d92ca3448a54e2f16a49752 (patch) | |
tree | 7f4a7ec645218ecb6a26d4a4db856dd7784e36fe | |
parent | 4c51482c80e5fa92126d9cea524d5f19c56bd5f6 (diff) | |
download | aur-0b35d56aa82ed4578d92ca3448a54e2f16a49752.tar.gz |
update to 0.2.2
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = shibuya-bin pkgrel = 1 url = https://github.com/SkywardAI/shibuya arch = x86_64 - license = LicenseRef-unknown + license = Apache-2.0 makedepends = fuse2 depends = electron32 depends = vulkan-icd-loader @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A project built Electron + React.js, to dig out the potential of cross platform AI completion.Prebuilt version.Use system-wide electron." arch=('x86_64') url="https://github.com/SkywardAI/shibuya" -license=('LicenseRef-unknown') +license=('Apache-2.0') provides=("${pkgname%-bin}=${pkgver}") conflicts=("${pkgname%-bin}") depends=( |