Date: Friday, January 24, 2020 @ 08:26:34
  Author: felixonmars
Revision: 555322

upgpkg: python-lark-parser 0.8.0-1

Modified:
  python-lark-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-24 08:24:41 UTC (rev 555321)
+++ PKGBUILD    2020-01-24 08:26:34 UTC (rev 555322)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-lark-parser
-pkgver=0.7.8
+pkgver=0.8.0
 _nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
-pkgrel=4
+pkgrel=1
 pkgdesc="A modern parsing library"
 url="https://github.com/lark-parser/lark";
 license=('MIT')
@@ -11,12 +11,12 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-js2py')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz";
         
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz";)
-sha512sums=('3f6093d600744e23f32622bc40017873ecd54b44757b761f007606827411964bb38e3b5c0c23373ff0caea2ab73d6ed1c834d5444cedce0cef762c512a1aa669'
+sha512sums=('e500679c54dd287af94e868a1c403e3f7acc33e7873825413a7e5c1ed0ba756bf48995b3d371c26a18f90447c64c79c4072dc2737ea4514b08c4a5b40525a101'
             
'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
 
-prepare() { 
+prepare() {
   rmdir lark-$pkgver/tests/test_nearley/nearley
   ln -s "$srcdir"/nearley-$_nearley_commit 
lark-$pkgver/tests/test_nearley/nearley
 }

Reply via email to