diff options
author | lilac | 2024-09-23 12:55:54 +0800 |
---|---|---|
committer | lilac | 2024-09-23 12:55:54 +0800 |
commit | ca5f7614d941ada9f488f7233df74ac4fc96a494 (patch) | |
tree | b285e6ebb408a0b1a9ba9e061d532a456a60001f | |
parent | 154e0f965de205ddd09b62e61edbb21ee59c1e95 (diff) | |
download | aur-ca5f7614d941ada9f488f7233df74ac4fc96a494.tar.gz |
[lilac] updated to 1.4.16-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 = 1.4.15 + pkgver = 1.4.16 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-1.4.15.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.4.15.tar.gz - sha512sums = 812dc6bffbd726f3d9de673a359bf45660d32196d13dcdf3b8333487a06153ebb484da641d17d31b122aed5f8cb2fb5d3662cbcc58b0a8c79abfe2ec0efc5edf + source = albumentations-1.4.16.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.4.16.tar.gz + sha512sums = 4466dd26b2c116240d0bf5d755555006813710ec42015c0f50f8a635f18b1e6e904601254130ca21d7b101163106d3f41c161e0aef2deb5274052913f82755b6 pkgname = python-albumentations @@ -2,7 +2,7 @@ _pkgname=albumentations pkgname=python-albumentations -pkgver=1.4.15 +pkgver=1.4.16 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=('812dc6bffbd726f3d9de673a359bf45660d32196d13dcdf3b8333487a06153ebb484da641d17d31b122aed5f8cb2fb5d3662cbcc58b0a8c79abfe2ec0efc5edf') +sha512sums=('4466dd26b2c116240d0bf5d755555006813710ec42015c0f50f8a635f18b1e6e904601254130ca21d7b101163106d3f41c161e0aef2deb5274052913f82755b6') build() { cd "${_pkgname}-${pkgver}" |