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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 29 12:05:52 UTC 2018


    Date: Monday, January 29, 2018 @ 12:05:51
  Author: eschwartz
Revision: 287765

upgpkg: pypy 5.10.0-4

Rebuild for FS#57064 after staging overwrote the changes.

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 11:54:50 UTC (rev 287764)
+++ PKGBUILD	2018-01-29 12:05:51 UTC (rev 287765)
@@ -4,9 +4,9 @@
 
 pkgname=pypy
 pkgver=5.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python 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' 'tk' 'sqlite' 'mercurial' 'python2-pycparser')
@@ -13,7 +13,7 @@
 optdepends=('sqlite: sqlite module'
             'tk: tk module')
 options=(!buildflags)
-license=('custom:MIT')
+license=('MIT')
 source=("https://bitbucket.org/pypy/pypy/downloads/pypy2-v${pkgver}-src.tar.bz2")
 sha512sums=('11892418d753ddc59e928a5f59b3406b7c22b8689ad6995eeb183182dbb5184117e68bb567c770ffa60a14d6763550d658e260584e65da5025ed481f48501379')
 



More information about the arch-commits mailing list