summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotaj2023-05-04 21:01:28 +0200
committerotaj2023-05-04 21:01:28 +0200
commit555dd185baac7522314037398d4cb75cc08023a8 (patch)
tree537b55668ad9ff9bfed36a0527e303666a55052c
parent55fd139b93e3979351d9db28aae9f3e3e1b17354 (diff)
downloadaur-555dd185baac7522314037398d4cb75cc08023a8.tar.gz
verbump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077503c40c15..04c13caa87e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kornia
pkgdesc = Open Source Differentiable Computer Vision Library for PyTorch
- pkgver = 0.6.9
+ pkgver = 0.6.12
pkgrel = 1
url = https://github.com/kornia/kornia
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-kornia
depends = python-pytorch
optdepends = python-accelerate: To be able to train
options = !emptydirs
- source = kornia-0.6.9.zip::https://github.com/kornia/kornia/archive/refs/tags/v0.6.9.zip
- sha256sums = 8186c470cb9f8cbec1e87da4c87e97fe5a113e785aab392c055aa21ac98385ec
+ source = kornia-0.6.12.zip::https://github.com/kornia/kornia/archive/refs/tags/v0.6.12.zip
+ sha256sums = a9921e3408813691543ed61c372825d4c7f6823ca7e6f4088c1d71fd5f55e420
pkgname = python-kornia
diff --git a/PKGBUILD b/PKGBUILD
index f5685f56edb6..404430ab53fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ TEST_GPU=0
pkgname=python-kornia
_name=kornia
-pkgver=0.6.9
+pkgver=0.6.12
pkgrel=1
arch=(any)
url='https://github.com/kornia/kornia'
@@ -17,7 +17,7 @@ checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-mypy' 'python-p
options=(!emptydirs)
# because kornia does not ship `pytest.ini` with their release, we have to get a fat copy of full repo
source=("${_name}-${pkgver}.zip::${url}/archive/refs/tags/v${pkgver}.zip")
-sha256sums=('8186c470cb9f8cbec1e87da4c87e97fe5a113e785aab392c055aa21ac98385ec')
+sha256sums=('a9921e3408813691543ed61c372825d4c7f6823ca7e6f4088c1d71fd5f55e420')
build() {
cd "${srcdir}/${_name}-${pkgver}"