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

Felix Yan felixonmars at archlinux.org
Fri Aug 9 18:16:25 UTC 2019


    Date: Friday, August 9, 2019 @ 18:16:25
  Author: felixonmars
Revision: 498549

upgpkg: python-parsel 1.5.2-1

Modified:
  python-parsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-09 18:15:12 UTC (rev 498548)
+++ PKGBUILD	2019-08-09 18:16:25 UTC (rev 498549)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-parsel
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors"
 arch=('any')
 license=('BSD')
@@ -10,7 +10,7 @@
 depends=('python-cssselect' 'python-lxml' 'python-six' 'python-w3lib')
 makedepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz")
-sha512sums=('fe6de66c3f43e1ecdeae4239cacca42f3082214b698b16c7f56e4fb924cd70826fe0d7a69517174c71cd249c2b21cb9fdbf9091aafcfed6a3745a70dc37b7964')
+sha512sums=('89394b52d33469d8ddd60800ecaaeb2179490631d7adc5a8689d62efe9ddadcc35d6fdef92351b310e5ecd2bf20ee8c977df755b539cb83a3be64f1a3296ec36')
 
 build() {
   cd parsel-$pkgver



More information about the arch-commits mailing list