summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2020-07-30 01:26:12 +0100
committerJoaquim Monteiro2020-07-30 01:26:12 +0100
commita04292e27b79571a07641e3356a29d602f79711e (patch)
tree1d42d7e277d22fcddb240aa5bf4c5c56aef0a8dc
parent15ba157ada441d6c90d5db5bdcf9a8bf609c5346 (diff)
downloadaur-a04292e27b79571a07641e3356a29d602f79711e.tar.gz
v0.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78c1188e94c4..a4fd57aeab62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-blake3
pkgdesc = Python bindings for the BLAKE3 cryptographic hash function
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/oconnor663/blake3-py
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-blake3
makedepends = python-pip
makedepends = rust
depends = python
- source = blake3-py-0.1.5.tar.gz::https://github.com/oconnor663/blake3-py/archive/0.1.5.tar.gz
- sha512sums = 1d96f7d697e321be2f5723da3b52462e49914278826bed8b41e9e4f6ae126d36d7e3c74835bba3068b2a91067624f357d8f60545cdc02d0e23b1323256a3e1f0
+ source = blake3-py-0.1.6.tar.gz::https://github.com/oconnor663/blake3-py/archive/0.1.6.tar.gz
+ sha512sums = a88d2d79d59b0c79098ec3970067c3cbcdab5cff9c85759a26357b84df80db38dd7169bd900df32ad3a4f9e154886c15c38de680ceccd9ce444d4d721f149e24
pkgname = python-blake3
diff --git a/PKGBUILD b/PKGBUILD
index 787559aa06bf..69d04b72e6ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,7 @@
# Maintainer: gmes78 <gmes.078 at gmail dot com>
-# NOTE: building this package requires a nightly build of the Rust compiler.
-# If one is not installed, the maturin build tool will automatically download one.
-
pkgname=python-blake3
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc="Python bindings for the BLAKE3 cryptographic hash function"
arch=(x86_64 i686 aarch64 armv7h)
@@ -15,7 +12,7 @@ depends=('python')
makedepends=('python-pip' 'rust')
source=("blake3-py-${pkgver}.tar.gz"::"https://github.com/oconnor663/blake3-py/archive/${pkgver}.tar.gz")
-sha512sums=('1d96f7d697e321be2f5723da3b52462e49914278826bed8b41e9e4f6ae126d36d7e3c74835bba3068b2a91067624f357d8f60545cdc02d0e23b1323256a3e1f0')
+sha512sums=('a88d2d79d59b0c79098ec3970067c3cbcdab5cff9c85759a26357b84df80db38dd7169bd900df32ad3a4f9e154886c15c38de680ceccd9ce444d4d721f149e24')
package() {
cd "blake3-py-${pkgver}"