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

Frederik Schwan freswa at archlinux.org
Sat Aug 22 23:13:37 UTC 2020


    Date: Saturday, August 22, 2020 @ 23:13:36
  Author: freswa
Revision: 686899

use github archive

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 23:09:11 UTC (rev 686898)
+++ PKGBUILD	2020-08-22 23:13:36 UTC (rev 686899)
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
 makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/r/rich/rich-${pkgver}.tar.gz")
-b2sums=('a9ff2857c4e1174421257c40dbe82419015ec63977b34329525415d509ffa80de868b7562041543946dde1d37ed698ef4de0596f33a42fdc7716a2c1711f81f2')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
+b2sums=('f294517c324a3c75c0c0e7fc3c52024e2ef39a1e70c7ebefc2eafec4212f628b6b5d1cf3e51eb1f9c6335ac082aec679276e1e4b51ff7adab9422bb5689103d2')
 
 build() {
   cd rich-${pkgver}



More information about the arch-commits mailing list