Package Details: python-albumentationsx 2.3.0-1

Git Clone URL: https://aur.archlinux.org/python-albumentationsx.git (read-only, click to copy)
Package Base: python-albumentationsx
Description: Fast image augmentation library and easy to use wrapper around other libraries
Upstream URL: https://github.com/albumentations-team/albumentationsx
Licenses: AGPL-3.0
Conflicts: python-albumentations
Provides: python-albumentations
Submitter: piernov
Maintainer: piernov
Last Packager: piernov
Votes: 1
Popularity: 0.038550
First Submitted: 2025-10-17 14:18 (UTC)
Last Updated: 2026-05-10 13:16 (UTC)

Required by (9)

Sources (1)

Latest Comments

aliu commented on 2026-04-18 19:58 (UTC) (edited on 2026-04-19 02:54 (UTC) by aliu)

Also, it'd do wonders for specifying dependencies if you changed the line to provides=("python-albumentations=$pkgver"). This allows specifying depends=('python-albumentations>=2.0.9.

30p87 commented on 2026-04-17 12:50 (UTC)

Hi piernov, now that python-albucore is up to date (0.1.5), python-albumentationsx also needs to be updated to the latest version (2.1.3).

--- python-albumentationsx/PKGBUILD 2026-04-17 12:42:26.392841046 +0000
+++ python-albumentationsx.fixed/PKGBUILD   2026-04-17 12:27:20.030285628 +0000
@@ -3,7 +3,7 @@

 _pkgname=AlbumentationsX
 pkgname=python-albumentationsx
-pkgver=2.0.13
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Fast image augmentation library and easy to use wrapper around other libraries'
 arch=('any')
@@ -25,13 +25,14 @@
   python-installer
   python-setuptools
   python-wheel
+  python-hatchling
 )
 optdepends=(
   "python-pytorch: for transforms from pytorch"
   "python-torchvision: for transforms from torchvision"
 )
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/albumentations-team/albumentationsx/archive/${pkgver}.tar.gz")
-sha512sums=('cbe0c59c7046ab683f7d98f435d1579093dd0835f353a8f4c1f8874113cfee8c776e0f879f0ba01d554c1e81b984028a3cccf5290f42a7f61303e7389b1b479f')
+sha512sums=('655553b9e2e66ac5046f93acec4ef84bca8d0704d65b6c4c9ff1e7235ccbf298214663a0af0a597392fb5064e70b532a8ebf140f4a257ea8a84c86f21a43dd05')

 build() {
   cd "${_pkgname}-${pkgver}"