summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3496e3f58171..a8df07ad6bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-crc32c
pkgdesc = Implementation of the crc32c algorithm in hardware and software
- pkgver = 2.0.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/ICRAR/crc32c
arch = any
license = LGPL2
makedepends = python-setuptools
depends = python
- source = https://github.com/ICRAR/crc32c/archive/v2.0.1.tar.gz
- sha256sums = 599991270618bb49101cffaf7303ee2e8ffc2126450b8c7b2c7e85d3677725ea
+ source = https://github.com/ICRAR/crc32c/archive/v2.2.tar.gz
+ sha256sums = fe059196c1e179929c55c41391cd847880a5361a024af64c06d437efe22f6668
pkgname = python-crc32c
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}"