mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
upgpkg: python-langchain-core 0.2.3-1
Upstream Release: python-langchain-core 0.2.3 Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
parent
4ec8f7b4c0
commit
db40bf5388
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-langchain-core
|
||||
pkgdesc = Building applications with LLMs through composability
|
||||
pkgver = 0.2.0
|
||||
pkgver = 0.2.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/langchain-ai/langchain
|
||||
arch = any
|
||||
|
|
@ -22,7 +22,7 @@ pkgbase = python-langchain-core
|
|||
depends = python-typing_extensions
|
||||
depends = python-defusedxml
|
||||
depends = python-numpy
|
||||
source = langchain-core-0.2.0.tar.gz::https://github.com/langchain-ai/langchain/archive/refs/tags/langchain-core==0.2.0.tar.gz
|
||||
sha256sums = 0cca30bcc340303d857f097f96dbd8234f70f7381b4c2f01d2ae6c92d974e914
|
||||
source = langchain-core-0.2.3.tar.gz::https://github.com/langchain-ai/langchain/archive/refs/tags/langchain-core==0.2.3.tar.gz
|
||||
sha256sums = 8e3adcd650ece0f0cfdfa11870a2711039bcc55a42f394da89f7ec957a9ae470
|
||||
|
||||
pkgname = python-langchain-core
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=python-langchain-core
|
||||
_pkgname=${pkgname#python-}
|
||||
pkgver=0.2.0
|
||||
pkgver=0.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Building applications with LLMs through composability"
|
||||
url='https://github.com/langchain-ai/langchain'
|
||||
|
|
@ -24,7 +24,7 @@ license=('MIT')
|
|||
arch=('any')
|
||||
_src_name="${_pkgname%%-*}-${_pkgname}-${pkgver}"
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/langchain-core==${pkgver}.tar.gz")
|
||||
sha256sums=('0cca30bcc340303d857f097f96dbd8234f70f7381b4c2f01d2ae6c92d974e914')
|
||||
sha256sums=('8e3adcd650ece0f0cfdfa11870a2711039bcc55a42f394da89f7ec957a9ae470')
|
||||
|
||||
build() {
|
||||
cd "${_src_name}/libs/${_pkgname#langchain-}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue