summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-09-12 13:00:48 +0800
committerlilac2024-09-12 13:00:48 +0800
commitf4a1cbb2a9a95728e97dfa3cfb69d4bb5badf6cc (patch)
tree5c18e509935971124ebc9f894c21f324f7601c54 /PKGBUILD
parentd1e380ddbe506477991d02f61c94d81c2194dc34 (diff)
downloadaur-f4a1cbb2a9a95728e97dfa3cfb69d4bb5badf6cc.tar.gz
[lilac] updated to 0.0.15-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7520947d0257..5ee1f1ec4815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=albucore
pkgname=python-albucore
-pkgver=0.0.14
-pkgrel=2
+pkgver=0.0.15
+pkgrel=1
pkgdesc='A high-performance image processing library designed to optimize and extend the Albumentations library with specialized functions for advanced image transformations'
arch=('any')
url='https://github.com/albumentations-team/albucore'
@@ -19,7 +19,7 @@ makedepends=(
python-wheel
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/albumentations-team/albucore/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('82d9d63d24ec2e6b1a56aed583d4918cacfef02464b2522eac03a86b5ff3884805e1561abe5d3ed4f2e474f736fc47481530ac691e3251ac901c8359cc8020a5')
+sha512sums=('985e7190c75551b03224602750bcccc5f308794300bdcf047eda355797694f0a6c524f54df6e9f70f73972caeaa493e1d77d10fd794b924de22f0373b3e15d12')
build() {
cd "${_pkgname}-${pkgver}"