[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Dec 15 21:40:14 UTC 2019


    Date: Sunday, December 15, 2019 @ 21:40:14
  Author: jelle
Revision: 371550

upgpkg: python-pytest-qt 3.3.0-2

Fixup add license

Modified:
  python-pytest-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 21:36:42 UTC (rev 371549)
+++ PKGBUILD	2019-12-15 21:40:14 UTC (rev 371550)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')
@@ -27,4 +27,5 @@
 package() {
   cd ${_name}-$pkgver
   python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list