summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2022-08-29 16:21:35 -0400
committerskydrome2022-08-29 16:21:35 -0400
commit14771d524b169bfecc1e139ee71a3610c403eb73 (patch)
tree4d47a11149a4a70cf79dbc43d1746fc4ecf0cf67
parenta945e9a157b0cb0af9387be20775001e445fe3f2 (diff)
downloadaur-14771d524b169bfecc1e139ee71a3610c403eb73.tar.gz
v1.5.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d763db322ce..03dbbd4b955e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfec
pkgdesc = A fast erasure codec which can be used with the command-line, C, Python, or Haskell
- pkgver = 1.5.5
+ pkgver = 1.5.7.2
pkgrel = 1
url = https://pypi.python.org/pypi/zfec
arch = any
@@ -10,7 +10,7 @@ pkgbase = zfec
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/z/zfec/zfec-1.5.5.tar.gz
- sha256sums = 6033b2f3cc3edacf3f7eeed5f258c1ebf8a1d7e5e35b623db352512ce564e5ca
+ source = https://files.pythonhosted.org/packages/source/z/zfec/zfec-1.5.7.2.tar.gz
+ sha256sums = 4ee519be0dcc7da2e88482bcfc0bf977a425e1d7e8278cf5bbbb8d00f8a2afb6
pkgname = python-zfec
diff --git a/PKGBUILD b/PKGBUILD
index 55c44f88cbc5..ad496e2dedbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=zfec
pkgname=python-zfec
-pkgver=1.5.5
+pkgver=1.5.7.2
pkgrel=1
pkgdesc="A fast erasure codec which can be used with the command-line, C, Python, or Haskell"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/z/zfec/zfec-${pkgver}.tar.gz")
-sha256sums=('6033b2f3cc3edacf3f7eeed5f258c1ebf8a1d7e5e35b623db352512ce564e5ca')
+sha256sums=('4ee519be0dcc7da2e88482bcfc0bf977a425e1d7e8278cf5bbbb8d00f8a2afb6')
build() {
cd "zfec-$pkgver"