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

Bruno Pagani archange at archlinux.org
Sun Jun 16 12:12:03 UTC 2019


    Date: Sunday, June 16, 2019 @ 12:12:02
  Author: archange
Revision: 481847

Update URL to pypi, clean PKGBUILD

Modified:
  weboob-headless/trunk/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-16 10:31:44 UTC (rev 481846)
+++ PKGBUILD	2019-06-16 12:12:02 UTC (rev 481847)
@@ -5,27 +5,26 @@
 pkgver=1.5
 pkgrel=1
 pkgdesc="Provides several applications to interact with a lot of websites. Headless version, for use in e.g. Cozy/Kresus."
-arch=('any')
+arch=(any)
 url="https://weboob.org/"
-license=('LGPL3')
-depends=('python2-dateutil'
-         'python2-feedparser'
-         'python2-lxml'
-         'python2-prettytable'
-         'python2-requests'
-         'python2-cssselect'
-         'python2-html2text'
-         'python2-unidecode'
-         'python2-pillow'
-         'python2-simplejson'
-         'python2-yaml'
-         'python2-google-api-python-client'
-         'python2-futures'
-         'python2-six')
-makedepends=('python2-setuptools')
-conflicts=('weboob')
-_md5=007b56516cfeeea4d5c7e97fd3a1ba1f
-source=("https://git.weboob.org/weboob/weboob/uploads/${_md5}/weboob-${pkgver}.tar.gz")
+license=(LGPL3)
+depends=(python2-dateutil
+         python2-feedparser
+         python2-lxml
+         python2-prettytable
+         python2-requests
+         python2-cssselect
+         python2-html2text
+         python2-unidecode
+         python2-pillow
+         python2-simplejson
+         python2-yaml
+         python2-google-api-python-client
+         python2-futures
+         python2-six)
+makedepends=(python2-setuptools)
+conflicts=(weboob)
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
 sha256sums=('7ac1851281a127182f8e8630853c8ab2e635a534928b35150b75d5d0e24b3fb1')
 
 build() {



More information about the arch-commits mailing list