[arch-commits] Commit in python-argon2_cffi/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 14:30:41 UTC 2019
Date: Saturday, March 9, 2019 @ 14:30:40
Author: bgyorgy
Revision: 438255
upgpkg: python-argon2_cffi 19.1.0-2
Fix source (FS#61955)
Modified:
python-argon2_cffi/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-09 13:58:09 UTC (rev 438254)
+++ PKGBUILD 2019-03-09 14:30:40 UTC (rev 438255)
@@ -3,7 +3,7 @@
_pkgname=argon2_cffi
pkgname=python-argon2_cffi
pkgver=19.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="CFFI-based Argon2 Bindings for Python"
arch=('x86_64')
url="https://github.com/hynek/argon2_cffi"
@@ -12,9 +12,9 @@
makedepends=(git python-setuptools)
_commit=0ccdbe2af4c7139f0abbb6a03bcb9f7605b16dca # tags/19.1.0^0
source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit"
- "https://github.com/p-h-c/phc-winner-argon2")
+ "git+https://github.com/p-h-c/phc-winner-argon2")
sha256sums=('SKIP'
- 'bae0cb728939d1bbb5759ddf5f4ef557c6d767ee5072761797043dcf26e06222')
+ 'SKIP')
pkgver() {
cd $_pkgname
More information about the arch-commits
mailing list