summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-05-04 21:34:32 +0800
committerlilac2024-05-04 21:34:32 +0800
commit16b85685b25fc5f233b9c8a89709d3db8adf2b3e (patch)
tree49ac4ed66ecadd75e748e985b6118861f21d3b72 /PKGBUILD
parent9fe198b9e0ec382233161363232044e14497ad88 (diff)
downloadaur-python-albumentations.tar.gz
[lilac] updated to 1.4.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fc772e74e67..ec6cbb171ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=albumentations
pkgname=python-albumentations
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc='Fast image augmentation library and easy to use wrapper around other libraries'
arch=('any')
@@ -21,7 +21,7 @@ makedepends=(
python-setuptools
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/albumentations-team/albumentations/archive/${pkgver}.tar.gz")
-sha512sums=('a045eeaa38ec36f6a4a4f06255502b024f22ab4f99440aff35df79aed6f30da91e15d0093b85335837bb42f808b5f20fb96abf0bde469d297a803c0397dfe565')
+sha512sums=('c322e6a6bb39ae872f43cdf7e93b3d29bd06f61bdc673031eab40b81a76d30928b84f27477f1acef65b2561c7797d8e47b7ff3d174e4b53dfb4ab10d67a8ce9a')
build() {
cd "${_pkgname}-${pkgver}"