summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-06-10 22:05:54 +0800
committerlilac2023-06-10 22:05:54 +0800
commit64c659cf27f5f2c8ed66cff76f422725463759c9 (patch)
treefa49c058d33aa663e13969a270f60da5de905369
parentd175ea358657745a8ae38df58a9d4ae37d5140ed (diff)
downloadaur-64c659cf27f5f2c8ed66cff76f422725463759c9.tar.gz
[lilac] updated to 1.3.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b9a11aabee..8b4983b9290e 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 = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/albumentations-team/albumentations
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-albumentations
depends = python-qudida
depends = python-tqdm
depends = python-yaml
- source = albumentations-1.3.0.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.3.0.tar.gz
- sha512sums = 28b701e46689a3773415b2a69a52d64e71a1948883bc0abcb87d69f4694c27db831823f4c40d05650877ba436cc9f0509e7ef5dc39f4f5d3c57b85267e04867a
+ source = albumentations-1.3.1.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.3.1.tar.gz
+ sha512sums = e93e9ea9ca8b76731a528894e460ee2efeffa3be10c3845a84d4ac55da739472639a7e95024181006112efe1a1ea8d8044db4d3ba2b5dbf80d655a8cbaa218cd
pkgname = python-albumentations
diff --git a/PKGBUILD b/PKGBUILD
index 317d44dd7db6..ed6efa7f64fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=albumentations
pkgname=python-albumentations
-pkgver=1.3.0
+pkgver=1.3.1
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=('28b701e46689a3773415b2a69a52d64e71a1948883bc0abcb87d69f4694c27db831823f4c40d05650877ba436cc9f0509e7ef5dc39f4f5d3c57b85267e04867a')
+sha512sums=('e93e9ea9ca8b76731a528894e460ee2efeffa3be10c3845a84d4ac55da739472639a7e95024181006112efe1a1ea8d8044db4d3ba2b5dbf80d655a8cbaa218cd')
build() {
cd "${_pkgname}-${pkgver}"