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

David Runge dvzrv at archlinux.org
Sat Apr 11 09:35:38 UTC 2020


    Date: Saturday, April 11, 2020 @ 09:35:37
  Author: dvzrv
Revision: 613321

upgpkg: python-smmap 1:2.0.5-1: Downgrading to 2.0.5.

The signature had not been used due to a messed up source array.
Upstream is still using an untrusted and unavailable GPG key for release.

Modified:
  python-smmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 09:25:11 UTC (rev 613320)
+++ PKGBUILD	2020-04-11 09:35:37 UTC (rev 613321)
@@ -3,10 +3,11 @@
 # Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
 # Contributor: Carl George < arch at cgtx dot us >
 
-_name=smmap
+_name=smmap2
 pkgname=python-smmap
-pkgver=3.0.2
+pkgver=2.0.5
 pkgrel=1
+epoch=1
 pkgdesc="A pure git implementation of a sliding window memory map manager"
 arch=('any')
 url="https://github.com/gitpython-developers/smmap"
@@ -14,9 +15,9 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("${pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('52db538f16b9d0bdbbb932c7eb67510facd0638ea69dec21e9d503c3381195130ac0bc1f48db24ca76b8e31b07279799a767dd7e1bf1d755e7f7684f3285b8da'
-            '52db538f16b9d0bdbbb932c7eb67510facd0638ea69dec21e9d503c3381195130ac0bc1f48db24ca76b8e31b07279799a767dd7e1bf1d755e7f7684f3285b8da')
+source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('1db8f8d508a7ca97fef27de87494d667663efd8a56829d4bb99f37c5dffedae4dae05f8a0312ae9e4c14aa1ba5aa5de5b9ee1425d464be6f4bb07934f1a7a9f1'
+            'SKIP')
 validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) <byronimo at gmail.com>
 
 prepare() {



More information about the arch-commits mailing list