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

Levente Polyak anthraxx at archlinux.org
Sat Apr 25 13:51:21 UTC 2020


    Date: Saturday, April 25, 2020 @ 13:51:20
  Author: anthraxx
Revision: 620698

upgpkg: python-distro 1.5.0-1

Modified:
  python-distro/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 13:51:14 UTC (rev 620697)
+++ PKGBUILD	2020-04-25 13:51:20 UTC (rev 620698)
@@ -3,19 +3,18 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
 license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx'
-             'python2-setuptools' 'python2-sphinx')
+makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('47c5b3c88b898e4f4c8eb6849ee379ac89bde9a16cdf6f98e3ef85eb2284980d')
-sha512sums=('4633136551a5814e1c0085ed500d1b555177e7d3cf2f66d836f089f5e7ca6273db5b363a22686c2e35cb5201ebe7fe5af8e8ea80061586282cb76931f74dd138')
+source=(https://github.com/nir0s/distro/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('35933ded65f99a86f9077af2d01528af337cda7b100f622fdcb0eaccd42baf7e4de77908870bfb1f575326cde85d6abc5a66f28a017c9813eb216dc55f3d94dd')
+b2sums=('efc32a8ba6ffcd6eb7697d7b87ca5f84a91d7d9497249d43cd75fe51422e801111a480a48017d09f5101454d8af3341d0b5368a9093849c5078610cccaf60e53')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}
@@ -28,7 +27,7 @@
   )
   (cd distro-${pkgver}-py2
     python2 setup.py build
-    make man SPHINXBUILD=sphinx-build2
+    make man SPHINXBUILD=sphinx-build
   )
 }
 



More information about the arch-commits mailing list