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

Bruno Pagani archange at archlinux.org
Sat Feb 6 11:45:53 UTC 2021


    Date: Saturday, February 6, 2021 @ 11:45:53
  Author: archange
Revision: 846517

upgpkg: python-cftime 1.4.1-1

Modified:
  python-cftime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 11:45:36 UTC (rev 846516)
+++ PKGBUILD	2021-02-06 11:45:53 UTC (rev 846517)
@@ -2,7 +2,7 @@
 
 _pkg=cftime
 pkgname=python-${_pkg}
-pkgver=1.3.1
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Time-handling functionality from python-netcdf4"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 checkdepends=(python-pytest python-pytest-cov)
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(https://github.com/Unidata/cftime/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c26751e23bdad045ad805a8e2276f9d0c670dc4e743a77f5b6b93de9c26bde9b')
+sha256sums=('e129c3b72ccc337cc0f0c4e3438cab1a5206572a8f3aefba220ab6c6c06476c1')
 
 build() {
     cd ${_pkg}-${pkgver}rel
@@ -29,5 +29,5 @@
 package() {
     cd ${_pkg}-${pkgver}rel
     python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-    install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }



More information about the arch-commits mailing list