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

Felix Yan felixonmars at archlinux.org
Sun Oct 6 16:27:19 UTC 2019


    Date: Sunday, October 6, 2019 @ 16:27:18
  Author: felixonmars
Revision: 513592

upgpkg: python-arpeggio 1.9.2-1

Modified:
  python-arpeggio/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 16:24:50 UTC (rev 513591)
+++ PKGBUILD	2019-10-06 16:27:18 UTC (rev 513592)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-arpeggio
-pkgver=1.9.0
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="Packrat parser interpreter"
-url="https://github.com/igordejanovic/Arpeggio"
+url="https://github.com/textX/Arpeggio"
 license=('MIT')
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/igordejanovic/Arpeggio/archive/v$pkgver.tar.gz")
-sha512sums=('179ec76813476823f316471e1b313f377064a75879c52060e547fd755ae72947594dc4d6e58a798150620e82c8b123fbd88484881c12ccb311c47bc93a45a0cd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/textX/Arpeggio/archive/v$pkgver.tar.gz")
+sha512sums=('fa1057caaa0b5d26937c6e5aed719f64b293d3332e3ce0277a586bd48ca136792a4811c292fd87f2e58148874e008a6f2f621630052c5dfaf0e0efe2e8039353')
 
 build() {
   cd Arpeggio-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd Arpeggio-$pkgver
-  python setup.py pytest --addopts tests/unit
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list