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

Levente Polyak anthraxx at archlinux.org
Thu Dec 5 23:04:25 UTC 2019


    Date: Thursday, December 5, 2019 @ 23:04:25
  Author: anthraxx
Revision: 535760

upgpkg: python-scrypt 0.8.13-1

Modified:
  python-scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-05 22:48:40 UTC (rev 535759)
+++ PKGBUILD	2019-12-05 23:04:25 UTC (rev 535760)
@@ -2,17 +2,17 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=python-scrypt
-pkgver=0.8.7
-pkgrel=3
+pkgver=0.8.13
+pkgrel=1
 pkgdesc='Bindings for the scrypt key derivation function library'
 arch=('x86_64')
 url='https://pypi.python.org/pypi/scrypt/'
 license=('BSD')
-depends=('python' 'glibc')
+depends=('python' 'glibc' 'openssl')
 makedepends=('python-setuptools')
 options=('!emptydirs')
 source=(https://pypi.io/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
-sha512sums=('2919ceed50888bdfdad846db1ef5ec6ac8769ef00a6c44bbe2837318a4809854c2f4c957e7035593aa6cc47a42f431bb3a86004f9e21c1f33ade8a6f8f90be84')
+sha512sums=('a65e24b0a7dbe02e16c0b38b52c66549f36370e267aacf348a107cb980221806ca783cee0caa95ab6af978dd2b0d8efdb6b06798bb43742d4623bd8f6535e9a5')
 
 build() {
   cd scrypt-${pkgver}



More information about the arch-commits mailing list