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

Evangelos Foutras foutrelis at archlinux.org
Thu Apr 15 04:30:57 UTC 2021


    Date: Thursday, April 15, 2021 @ 04:30:56
  Author: foutrelis
Revision: 918947

upgpkg: python-sphobjinv 2.1-1: new upstream release

Modified:
  python-sphobjinv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 04:29:43 UTC (rev 918946)
+++ PKGBUILD	2021-04-15 04:30:56 UTC (rev 918947)
@@ -2,8 +2,8 @@
 
 pkgname=python-sphobjinv
 _name=${pkgname#python-}
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc="Manipulate and inspect Sphinx objects.inv files"
 arch=('any')
 url="https://github.com/bskinn/sphobjinv"
@@ -11,8 +11,8 @@
 depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
          'python-jsonschema')
 makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fde7fc6391bb7b8dd274e0af0bd254ef0043c9552294c8dcf08a24464a7dd488')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c')
 
 build() {
   cd "$_name-$pkgver"



More information about the arch-commits mailing list