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

Jelle van der Waa jelle at archlinux.org
Wed Jun 28 17:18:13 UTC 2017


    Date: Wednesday, June 28, 2017 @ 17:18:12
  Author: jelle
Revision: 241419

upgpkg: python-mechanize 1:0.3.5-1

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 16:45:42 UTC (rev 241418)
+++ PKGBUILD	2017-06-28 17:18:12 UTC (rev 241419)
@@ -4,9 +4,10 @@
 # Contributor: Douglas Soares de Andrade
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
+_pkgname=mechanize
 pkgbase=python-mechanize
 pkgname=python2-mechanize
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
@@ -15,8 +16,11 @@
 license=('BSD')
 depends=('python2' 'python2-html5lib')
 makedepends=('python2-distribute')
-source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz")
-sha256sums=('225f5abdd4b0204d544374aed16ed27db504e2d7f0cb0f0c25b9edae991e5f28')
+checkdepends=('python2-zope-interface' 'python2-twisted')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('d4f999b5a3028c900cb0e6ad3c996c73e3c69a664e6575493258104fa84d7166'
+            'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 
 package_python2-mechanize() {
   cd "mechanize-$pkgver"



More information about the arch-commits mailing list