summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2024-01-17 12:32:05 -0500
committerAlex Hirzel2024-01-17 12:32:05 -0500
commit3c565d24985ef1ea9469b0d3a11f36430fb9f1bd (patch)
tree057426fdc82cfe87a87e2e2028c78396d2b42b13 /PKGBUILD
parentf327374dfed19f7c6bd38b862291b9b0dc10073a (diff)
downloadaur-python-open-clip-torch.tar.gz
update to version 2.24.0, correct the license listed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b19cd84933e..56f6695f797c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-open-clip-torch'
_name=open_clip_torch
-pkgver='2.23.0'
+pkgver='2.24.0'
pkgrel=1
pkgdesc="Open source implementation of OpenAI's CLIP (Contrastive Language-Image Pre-training)."
url="https://github.com/mlfoundations/open_clip"
@@ -25,10 +25,10 @@ depends=(
'python-webdataset'
)
makedepends=('python-build' 'python-installer' 'python-wheel')
-license=('Apache')
+license=('MIT')
arch=('any')
source=("https://github.com/mlfoundations/open_clip/archive/refs/tags/v${pkgver}.zip")
-sha256sums=('5878012873e6f887e86b73dacc7ce197718d0695f58321e02a22408d197dce0b')
+sha256sums=('0c49789a0e1f8f75b4ab8804a6c9c1b01b244da23c248e2a5d5590d1fec1633f')
build() {
cd "${srcdir}/open_clip-${pkgver}"