[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jan 8 15:56:19 UTC 2019


    Date: Tuesday, January 8, 2019 @ 15:56:18
  Author: archange
Revision: 421038

upgpkg: weboob-headless 1.4-1

Modified:
  weboob-headless/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 15:29:40 UTC (rev 421037)
+++ PKGBUILD	2019-01-08 15:56:18 UTC (rev 421038)
@@ -2,7 +2,7 @@
 
 _pkgname=weboob
 pkgname=weboob-headless
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Provides several applications to interact with a lot of websites. Headless version, for use in e.g. Cozy/Kresus."
 arch=('any')
@@ -19,18 +19,17 @@
          'python2-pillow'
          'python2-simplejson'
          'python2-yaml'
-         'python2-mechanize'
          'python2-google-api-python-client'
          'python2-futures'
          'python2-six')
 makedepends=('python2-setuptools')
 conflicts=('weboob')
-source=("https://pypi.io/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz")
-sha256sums=('eb38fdd48f93cdae3e67042dfb34640159e4978616f74679bac5378ae1f962c4')
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz")
+sha256sums=('d377027a7c1cb7c43903cce15757e4eff3ced5ab0542dfc2752abe9e6d498b71')
 
 build() {
     cd ${_pkgname}-${pkgver}
-    python2 setup.py build --no-qt --no-hildon
+    python2 setup.py build --no-qt
 }
 
 package() {



More information about the arch-commits mailing list