summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2025-03-02 12:53:22 +0100
committeractionless2025-03-02 12:53:22 +0100
commitd9d286a8962433dafc15b32b9654762cd75bdd8a (patch)
tree6fab413764294f1a2b46466e9aa7fde937ec1b34 /PKGBUILD
parent5b5f3ceebd10695f91d03dc503f0b3731733d554 (diff)
downloadaur-python-xformers.tar.gz
update to 0.0.29.post3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92aa02ac6745..38883f4a908a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=xformers
pkgname=python-${_name}
-pkgver=0.0.29
+pkgver=0.0.29.post3
pkgrel=1
pkgdesc="Transformers building blocks, supporting a composable construction"
arch=('any')
@@ -18,9 +18,12 @@ makedepends=(
ninja
)
source=(
- "$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/e1/0d/7318eed50e4eef31d01d96453bcc29c200c72f77d28fb33e927b6ef9e815/xformers-${pkgver}.tar.gz"
+ "$pkgname-$pkgver.tar.gz::\
+https://files.pythonhosted.org/packages/c1/fd/e9201fbee6a1a6d7a9c67c24a256ad4c2377bc67a634f7dbeaea23bd668a/\
+xformers-${pkgver}.tar.gz"
)
-sha256sums=('9d7710f6a45d7ea6de903ce28743e336c640aad17b5e753196df5768b6ab31c4')
+
+sha256sums=('0b77c67ecc3c9fdd8a0e4399e675adf12e2ff40285e00974cca2d09108157f60')
build() {
cd "${_name}-${pkgver}"