diff options
author | Antonio Rojas | 2023-04-01 12:18:05 +0200 |
---|---|---|
committer | Antonio Rojas | 2023-04-01 12:18:05 +0200 |
commit | f0bf20c8741fca5425807b98746c21f3e42ec744 (patch) | |
tree | bb6ffbd70166b038901bb8bd024cd61ece739d3c /.SRCINFO | |
download | aur-python-pyblake2.tar.gz |
import from community
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..be9f802bdcff --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = python-pyblake2 + pkgdesc = BLAKE2 hash function for Python + pkgver = 1.1.2 + pkgrel = 9 + url = https://pythonhosted.org/pyblake2 + arch = x86_64 + license = custom + makedepends = python-setuptools + depends = python + source = https://files.pythonhosted.org/packages/source/p/pyblake2/pyblake2-1.1.2.tar.gz + sha256sums = 5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f + +pkgname = python-pyblake2 |