Date: Thursday, December 29, 2022 @ 15:31:55
  Author: felixonmars
Revision: 1371863

upgpkg: python-sybil 4.0.0-1

Modified:
  python-sybil/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-29 15:30:31 UTC (rev 1371862)
+++ PKGBUILD    2022-12-29 15:31:55 UTC (rev 1371863)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-sybil
-pkgver=3.0.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -9,9 +9,9 @@
 url='https://github.com/cjw296/sybil'
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-seedir' 'python-testfixtures')
 
source=("https://github.com/cjw296/sybil/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('293978eae4a7b2b24f64f062bea79837b15c11dc44716b933f82cae3ed9cf1f306c8c74bba76df2653c3a0d5b7ed5977795e261c8650e07a5b03b41874c88d89')
+sha512sums=('6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994')
 
 build() {
   cd sybil-$pkgver
@@ -26,6 +26,7 @@
 package() {
   cd sybil-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to