community/py3-ovos-utils: upgrade to 0.0.12

This commit is contained in:
Natanael Copa 2021-12-14 12:30:18 +01:00
parent c198284e3f
commit da072c7bd8

View File

@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-ovos-utils
pkgver=0.0.8
pkgrel=2
pkgver=0.0.12
pkgrel=0
pkgdesc="Collection of simple utilities for use across the MyCroft ecosystem"
url="https://github.com/OpenVoiceOS/ovos_utils"
arch="noarch"
@ -21,7 +21,7 @@ depends="
"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://github.com/OpenVoiceOS/ovos_utils/archive/v$pkgver/ovos_utils-v$pkgver.tar.gz"
source="ovos_utils-$pkgver.tar.gz::https://github.com/OpenVoiceOS/ovos_utils/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/ovos_utils-$pkgver"
build() {
@ -37,4 +37,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="2449d4964277ef965f86762e3368fcbe5df296dc3947dac7ef473abea0d75b3e6993addba43072f352684a5347711bb137bd80b3f94fec76f05041da38f7ca2c ovos_utils-v0.0.8.tar.gz"
sha512sums="
0e733babdea781bd3da8ed1edc0c92312dc7c76440094b2ec71f58f73e6845367e28818e0ee7a797ba4ef550cc06283bc57be6e66d56e38b38d2139064af2819 ovos_utils-0.0.12.tar.gz
"