Date: Tuesday, April 18, 2023 @ 21:58:34
Author: arojas
Revision: 1447281
upgpkg: python-pytest-order 1.1.0-1: Update to 1.1.0
Modified:
python-pytest-order/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-18 21:57:48 UTC (rev 1447280)
+++ PKGBUILD 2023-04-18 21:58:34 UTC (rev 1447281)
@@ -2,8 +2,8 @@
_pkg=pytest-order
pkgname=python-${_pkg}
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="pytest plugin that allows to customize the test execution order"
arch=(any)
url="https://github.com/pytest-dev/pytest-order/"
@@ -16,7 +16,7 @@
python-pytest-xdist
)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f60884a769adf9fb11b8d5bdd2f7630bf588c5af7ad1c6835421831258fa0603')
+sha256sums=('b207d9ab0619a184ae22418d9ab7bc7cd43769a3334256c7c541114e998a0dc7')
build() {
cd ${_pkg}-${pkgver}