[arch-commits] Commit in python-calmjs.types/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jan 18 18:49:48 UTC 2020


    Date: Saturday, January 18, 2020 @ 18:49:47
  Author: dvzrv
Revision: 553052

upgpkg: python-calmjs.types 1.0.1-1: Upgrading to 1.0.1. LICENSE now in tarball.

Modified:
  python-calmjs.types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 18:35:05 UTC (rev 553051)
+++ PKGBUILD	2020-01-18 18:49:47 UTC (rev 553052)
@@ -2,7 +2,7 @@
 
 _name=calmjs.types
 pkgname=python-calmjs.types
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Base types for calmjs framework"
 arch=('any')
@@ -11,12 +11,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-# LICENSE not in sdist:
-# https://github.com/calmjs/calmjs.types/issues/1
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip"
-        "https://raw.githubusercontent.com/calmjs/calmjs.types/7bd37a2cd7ad7112f6d5ac4f7366146f7c45f512/LICENSE")
-sha512sums=('9ae76507defba9839ffc46480d6c4f7dd32ef36b9c4ba623712c5cc7ba384c769cdcba256c87c1c3143771dd4714fadfda0b73bf970a55eec001ece4a1a5a0aa'
-            '6009d8a9c57655f9c678b8614a284cd1f3a63a67c557aaed4d362ac4022974a4019ddf7bbf92e8fea8adf1b20374cd2916f00319fc0b895ca27e11d20276cfd7')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip")
+sha512sums=('e6c14975de2391d55042f36c76f3cafcc690417240014af537b3dcdfee77d320f6d33afcb29c103ad23124aa6117bbd19a89d6a1542c307b141b8aa7f325ae32')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -40,5 +36,5 @@
     --prefix=/usr \
     --root="${pkgdir}"
   install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



More information about the arch-commits mailing list