[arch-commits] Commit in arch-signoff/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Apr 26 14:22:46 UTC 2021


    Date: Monday, April 26, 2021 @ 14:22:46
  Author: jelle
Revision: 413898

Update to 0.5.2

Add to the "archlinux-tools" group and run unit tests.

Modified:
  arch-signoff/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 14:00:01 UTC (rev 413897)
+++ PKGBUILD	2021-04-26 14:22:46 UTC (rev 413898)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=arch-signoff
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc='Sign off Arch Linux testing packages'
 arch=(any)
 url="https://github.com/archlinux/arch-signoff"
@@ -10,6 +10,8 @@
 depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
          'python-requests')
 makedepends=('python-setuptools-scm' 'asciidoc' 'git')
+checkdepends=('python-pytest-pacman' 'python-pytest' 'python-pytest-cov')
+groups=('archlinux-tools')
 source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git?signed#tag=$pkgver")
 validpgpkeys=(
     'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa
@@ -22,6 +24,11 @@
   make -C man
 }
 
+check() {
+  cd "$pkgname"
+  make test
+}
+
 package() {
   cd "$pkgname"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build



More information about the arch-commits mailing list