summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e731032f8f4..04e3d8b51a3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-albumentations
pkgdesc = Fast image augmentation library and easy to use wrapper around other libraries
- pkgver = 2.0.4
+ pkgver = 2.0.5
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.4.tar.gz::https://github.com/albumentations-team/albumentations/archive/2.0.4.tar.gz
- sha512sums = 4c3a1b0de35652b3fa6c9af8a10d2b4e44ba1182edaa8ba4b8ea799abe00c81b7a429fede617e9cc082b5f5bc09ae672e37356938bca02c82dea10167ee36fe1
+ source = albumentations-2.0.5.tar.gz::https://github.com/albumentations-team/albumentations/archive/2.0.5.tar.gz
+ sha512sums = 95057cd3fc330712e9ccdb2c164d790e24d7a8bce33524898d9941051a2c5e2502e20ac195a90c7971bafd388f0fd4a5d65c79827d12eaaa32da2d845e0eb6a6
pkgname = python-albumentations
diff --git a/PKGBUILD b/PKGBUILD
index c42e59badbf9..c391b0bc0c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=albumentations
pkgname=python-albumentations
-pkgver=2.0.4
+pkgver=2.0.5
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=('4c3a1b0de35652b3fa6c9af8a10d2b4e44ba1182edaa8ba4b8ea799abe00c81b7a429fede617e9cc082b5f5bc09ae672e37356938bca02c82dea10167ee36fe1')
+sha512sums=('95057cd3fc330712e9ccdb2c164d790e24d7a8bce33524898d9941051a2c5e2502e20ac195a90c7971bafd388f0fd4a5d65c79827d12eaaa32da2d845e0eb6a6')
build() {
cd "${_pkgname}-${pkgver}"