summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2021-03-13 11:25:29 +0100
committerMartino Pilia2021-03-13 11:25:29 +0100
commit8af57fd9faa2119c26174378f833140c65109c1f (patch)
treee7fd5475bb6f50c6a271f414aa547b8fefae534f /PKGBUILD
parentc9da73272c2eec66947d8005a434f7392798a3f4 (diff)
downloadaur-python-crc32c.tar.gz
Version 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b884f3fa713..4d3fd9bebbeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_name=crc32c
pkgname=python-${_name}
-pkgver=2.0.1
+pkgver=2.2
pkgrel=1
pkgdesc="Implementation of the crc32c algorithm in hardware and software"
arch=('any')
@@ -10,7 +10,7 @@ license=('LGPL2')
depends=('python')
makedepends=('python-setuptools')
source+=("https://github.com/ICRAR/crc32c/archive/v${pkgver}.tar.gz")
-sha256sums=('599991270618bb49101cffaf7303ee2e8ffc2126450b8c7b2c7e85d3677725ea')
+sha256sums=('fe059196c1e179929c55c41391cd847880a5361a024af64c06d437efe22f6668')
package() {
cd "${srcdir}/${_name}-${pkgver}"