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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Apr 10 15:54:16 UTC 2019


    Date: Wednesday, April 10, 2019 @ 15:54:15
  Author: yan12125
Revision: 450889

upgpkg: python-ubjson 0.13.0-1

* Switch to PyPI tarballs as those are signed

Modified:
  python-ubjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 15:20:10 UTC (rev 450888)
+++ PKGBUILD	2019-04-10 15:54:15 UTC (rev 450889)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-ubjson
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Universal Binary JSON draft-12 serializer for Python'
 arch=(x86_64)
@@ -9,8 +9,12 @@
 license=(Apache)
 makedepends=(python-setuptools python-pypandoc)
 depends=(python)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/Iotic-Labs/py-ubjson/archive/v$pkgver.tar.gz")
-sha256sums=('f3ea0aeda4871b51e39566df0d6200a9950c5edb704e6830e22fe5989981069b')
+source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-0.13.0.tar.gz"{,.asc})
+sha256sums=('fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5'
+            'SKIP')
+validpgpkeys=(
+  'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software release signing key) <info at iotic-labs.com>
+)
 
 build() {
   cd py-ubjson-$pkgver



More information about the arch-commits mailing list