diff options
author | lilac | 2025-02-12 13:32:36 +0800 |
---|---|---|
committer | lilac | 2025-02-12 13:32:36 +0800 |
commit | c31b14a6a2d2a17f7eca83a9799866368a57f6a5 (patch) | |
tree | 34e13aefd34935929ca4ff46e81d95202b22ab9f | |
parent | 0e1510c593e16aaa002f929b7137f19738c1c94b (diff) | |
download | aur-c31b14a6a2d2a17f7eca83a9799866368a57f6a5.tar.gz |
[lilac] updated to 2.0.4-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-albumentations pkgdesc = Fast image augmentation library and easy to use wrapper around other libraries - pkgver = 2.0.3 + pkgver = 2.0.4 pkgrel = 1 url = https://github.com/albumentations-team/albumentations arch = any @@ -19,7 +19,7 @@ pkgbase = python-albumentations depends = python-yaml optdepends = python-pytorch: for transforms from pytorch optdepends = python-torchvision: for transforms from torchvision - source = albumentations-2.0.3.tar.gz::https://github.com/albumentations-team/albumentations/archive/2.0.3.tar.gz - sha512sums = 02f3e6ec50f1f93d3bc1b1703a5e158a5ff76181738c1c367754f6631ca27dc5cb96e32415d39b27e010150277c0b777863060b85232cd5fbffd9c33a5a3cac9 + source = albumentations-2.0.4.tar.gz::https://github.com/albumentations-team/albumentations/archive/2.0.4.tar.gz + sha512sums = 4c3a1b0de35652b3fa6c9af8a10d2b4e44ba1182edaa8ba4b8ea799abe00c81b7a429fede617e9cc082b5f5bc09ae672e37356938bca02c82dea10167ee36fe1 pkgname = python-albumentations @@ -2,7 +2,7 @@ _pkgname=albumentations pkgname=python-albumentations -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 pkgdesc='Fast image augmentation library and easy to use wrapper around other libraries' arch=('any') @@ -29,7 +29,7 @@ optdepends=( "python-torchvision: for transforms from torchvision" ) source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/albumentations-team/albumentations/archive/${pkgver}.tar.gz") -sha512sums=('02f3e6ec50f1f93d3bc1b1703a5e158a5ff76181738c1c367754f6631ca27dc5cb96e32415d39b27e010150277c0b777863060b85232cd5fbffd9c33a5a3cac9') +sha512sums=('4c3a1b0de35652b3fa6c9af8a10d2b4e44ba1182edaa8ba4b8ea799abe00c81b7a429fede617e9cc082b5f5bc09ae672e37356938bca02c82dea10167ee36fe1') build() { cd "${_pkgname}-${pkgver}" |