summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-10-10 13:20:24 -0400
committerDylan Delgado2023-10-10 13:20:24 -0400
commit51ac502b8af81c165dfa5a66b29c2ab568717942 (patch)
tree9b6277e3db8b3ba5527822a9e4612306dae4cf50 /PKGBUILD
parenta54219a1a35e0580953e0a0e95674e2f7af81cc9 (diff)
downloadaur-python-avocado.tar.gz
Update to 102.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 502854964856..1db7dd6eb2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=python-avocado
-pkgver=101.0
+pkgver=102.0
pkgrel=1
pkgdesc="Set of tools and libraries to help with automated testing"
arch=('any')
url="http://avocado-framework.github.io/"
license=('GPL2')
source=("https://github.com/avocado-framework/avocado/archive/${pkgver}.tar.gz")
-sha256sums=('75e343ab9e3ebe553c92dc2aeaf73e8619eed5d5ecc2c4ce440494f680cbdfb1')
+sha256sums=('acdfc94705053823b7cb33c2d7d7d71d86e589f2067b856eb55a05212dc4ad70')
depends=('python' 'libvirt-python')
makedepends=('python-setuptools' 'python-docutils')