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

Bruno Pagani archange at archlinux.org
Tue Dec 22 19:48:58 UTC 2020


    Date: Tuesday, December 22, 2020 @ 19:48:57
  Author: archange
Revision: 782858

upgpkg: python-param 1.10.0-1

Modified:
  python-param/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 19:48:26 UTC (rev 782857)
+++ PKGBUILD	2020-12-22 19:48:57 UTC (rev 782858)
@@ -2,8 +2,8 @@
 
 _pkg=param
 pkgname=python-${_pkg}
-pkgver=1.9.3
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Make your Python code clearer and more reliable by declaring Parameters"
 arch=(any)
 url="https://param.holoviz.org/"
@@ -13,7 +13,7 @@
 # No tests in Pypi tarballs
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(https://github.com/holoviz/param/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('c489599c2510849381404fcf34c18449dd15fa4a545ea1fd436f528ee5e878d2')
+sha256sums=('197e058ab2d35a08e029a0cdbe13e43045e35c607af99857858752e14959e541')
 
 build() {
     cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list