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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 29 16:01:11 UTC 2018


    Date: Monday, January 29, 2018 @ 16:01:10
  Author: eschwartz
Revision: 287793

upgpkg: pypy3 5.10.0-4

Rebuild for FS#57064 after staging overwrote the changes.

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 15:40:03 UTC (rev 287792)
+++ PKGBUILD	2018-01-29 16:01:10 UTC (rev 287793)
@@ -3,9 +3,9 @@
 
 pkgname=pypy3
 pkgver=5.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
-url="http://pypy.org"
+url="https://pypy.org"
 arch=('x86_64')
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
@@ -12,7 +12,7 @@
 optdepends=('sqlite: sqlite module'
             'tk: tk module')
 options=(!buildflags)
-license=('custom:MIT')
+license=('MIT')
 source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2")
 sha512sums=('69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b')
 



More information about the arch-commits mailing list