summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-07-13 05:07:49 +0800
committerlilac2024-07-13 05:07:49 +0800
commit61af840b0aaca0ecaa8fe4685a9c8ed3cfa3b840 (patch)
treed6df6b061aa443703c8c68d73477eb7477bd5446
parent7f9bd35161a331f1afa044628c4b11456c91c148 (diff)
downloadaur-61af840b0aaca0ecaa8fe4685a9c8ed3cfa3b840.tar.gz
[lilac] updated to 1.3.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75d57979d4d7..a5d965194399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mmpose
pkgdesc = OpenMMLab Pose Estimation Toolbox and Benchmark
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.3.2
+ pkgrel = 1
url = https://github.com/open-mmlab/mmpose
arch = any
license = Apache-2.0
@@ -28,7 +28,7 @@ pkgbase = python-mmpose
optdepends = python-onnxruntime
optdepends = python-requests
optdepends = python-trimesh
- source = python-mmpose-1.3.1.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v1.3.1.tar.gz
- sha512sums = c3a77afe991927af817ed8b05402bac8e2919c4f2cf3cb315b04698c85f815beb50221c93edf22c778b86d15d6d68d7901d6550852d269d07e09f98ca14d601e
+ source = python-mmpose-1.3.2.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v1.3.2.tar.gz
+ sha512sums = 5ee586addcce42f6a47ae581828922da92014457d909e2af3c6795ccbf0e26abc20c98915b0955752b71dc32a3ae7efaf1a17f33d3780dda2bdaf3a9cf373013
pkgname = python-mmpose
diff --git a/PKGBUILD b/PKGBUILD
index 3ea7a0f60528..cb8e5924d06d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mmpose
pkgname=python-mmpose
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc='OpenMMLab Pose Estimation Toolbox and Benchmark'
arch=('any')
url='https://github.com/open-mmlab/mmpose'
@@ -38,7 +38,7 @@ optdepends=(
python-trimesh
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('c3a77afe991927af817ed8b05402bac8e2919c4f2cf3cb315b04698c85f815beb50221c93edf22c778b86d15d6d68d7901d6550852d269d07e09f98ca14d601e')
+sha512sums=('5ee586addcce42f6a47ae581828922da92014457d909e2af3c6795ccbf0e26abc20c98915b0955752b71dc32a3ae7efaf1a17f33d3780dda2bdaf3a9cf373013')
build() {
cd "${_pkgname}-${pkgver}"