summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-11-06 12:28:22 +0800
committerlilac2022-11-06 12:28:22 +0800
commit2c186eb391c2e1ed1bfcdd1652bd0209c1ce74c1 (patch)
treee58309570756d10a676945341ba753ac8830b053
parent8fad471597542fbfbb8276e352e68be4def2a97f (diff)
downloadaur-2c186eb391c2e1ed1bfcdd1652bd0209c1ce74c1.tar.gz
[lilac] updated to 1:0.29.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b28f535cdee7..82ea86ce8bf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = python-mmsegmentation
pkgdesc = OpenMMLab Semantic Segmentation Toolbox and Benchmark
- pkgver = 1.0.0rc0
+ pkgver = 0.29.1
pkgrel = 1
+ epoch = 1
url = https://github.com/open-mmlab/mmsegmentation
arch = any
license = Apache
@@ -11,7 +12,7 @@ pkgbase = python-mmsegmentation
depends = python-mmcv
depends = python-numpy
depends = python-prettytable
- source = python-mmsegmentation-1.0.0rc0.tar.gz::https://github.com/open-mmlab/mmsegmentation/archive/v1.0.0rc0.tar.gz
- sha512sums = c560283337dce976a56e5901cf9a00ffdac3ea06a6bc4569ef423343ff350808b41a86df479faef47e91fcb3c38a347a79db9d896945cc7400eebfe7ae76b569
+ source = python-mmsegmentation-0.29.1.tar.gz::https://github.com/open-mmlab/mmsegmentation/archive/v0.29.1.tar.gz
+ sha512sums = 2f3c963cb219eaf6490c0dd356c11ad07ebb4c40461d556b88df98131c6c6579b608d80c7e482bdc79637d69abd3ed6b5ab39da16f323c6d09bf36fbebe92bbf
pkgname = python-mmsegmentation
diff --git a/PKGBUILD b/PKGBUILD
index 41a86f1cbaf3..85aa4e0747f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
_pkgname=mmsegmentation
pkgname=python-mmsegmentation
-pkgver=1.0.0rc0
+pkgver=0.29.1
pkgrel=1
+epoch=1
pkgdesc='OpenMMLab Semantic Segmentation Toolbox and Benchmark'
arch=('any')
url='https://github.com/open-mmlab/mmsegmentation'
@@ -19,7 +20,7 @@ makedepends=(
python-setuptools
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmsegmentation/archive/v${pkgver}.tar.gz")
-sha512sums=('c560283337dce976a56e5901cf9a00ffdac3ea06a6bc4569ef423343ff350808b41a86df479faef47e91fcb3c38a347a79db9d896945cc7400eebfe7ae76b569')
+sha512sums=('2f3c963cb219eaf6490c0dd356c11ad07ebb4c40461d556b88df98131c6c6579b608d80c7e482bdc79637d69abd3ed6b5ab39da16f323c6d09bf36fbebe92bbf')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"