summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Duarte2018-12-15 13:08:35 -0200
committerElio Duarte2018-12-15 13:08:35 -0200
commit6e535460d29e24513164dd1740e63730433e6d6b (patch)
tree4cffcba1953564363a2b6202ad60608a935bb5d0
parent798c90f07505db0b682b080c56c3556ca84dc459 (diff)
downloadaur-6e535460d29e24513164dd1740e63730433e6d6b.tar.gz
Fix package description.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e9355c4e593..fb5045b91b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=pytest-describe
pkgname=python-$_pkgname
pkgver=0.11.1
-pkgrel=1
-pkgdesc="Architectural foundation for Python applications"
+pkgrel=2
+pkgdesc="Describe-style plugin for pytest"
arch=('any')
url="https://github.com/ropez/pytest-describe"
license=('Apache')