summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-28 22:18:51 +0800
committerlilac2022-07-28 22:18:51 +0800
commitf7816dd9030dc6786f66ddf0647c508e65011453 (patch)
tree94eb0518d21d6da8a125c56c117a8c7b4e4001ec
parent6bb8c15ff205cea194724e51777ed6780dbfd053 (diff)
downloadaur-f7816dd9030dc6786f66ddf0647c508e65011453.tar.gz
[lilac] updated to 0.28.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ba5be41932..354cac80798b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mmpose
pkgdesc = OpenMMLab Pose Estimation Toolbox and Benchmark
- pkgver = 0.28.0
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/open-mmlab/mmpose
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-mmpose
optdepends = python-onnxruntime
optdepends = python-requests
optdepends = python-trimesh
- source = python-mmpose-0.28.0.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v0.28.0.tar.gz
- sha512sums = 236ab512a3c036c150f3acf068d33be505757d735e665ed4d01af71f5015bd9479301ceb9a28c2c434e01bdb545fdba2f8d9149cf70578b3f7b60b67976a5f29
+ source = python-mmpose-0.28.1.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v0.28.1.tar.gz
+ sha512sums = fa5450fc5ae16f93fa5ebcb2c70bcba7e065a747ba2137f2970f8eb3eb588eac55054cd6d2455a887f56abe59eb768dc79814fe854e0e843641864c0b1d2e5ec
pkgname = python-mmpose
diff --git a/PKGBUILD b/PKGBUILD
index 1173f81eb012..86946bfb166b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mmpose
pkgname=python-mmpose
-pkgver=0.28.0
+pkgver=0.28.1
pkgrel=1
pkgdesc='OpenMMLab Pose Estimation Toolbox and Benchmark'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
python-trimesh
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmpose/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('236ab512a3c036c150f3acf068d33be505757d735e665ed4d01af71f5015bd9479301ceb9a28c2c434e01bdb545fdba2f8d9149cf70578b3f7b60b67976a5f29')
+sha512sums=('fa5450fc5ae16f93fa5ebcb2c70bcba7e065a747ba2137f2970f8eb3eb588eac55054cd6d2455a887f56abe59eb768dc79814fe854e0e843641864c0b1d2e5ec')
build() {
cd "${_pkgname}-${pkgver}"