summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2021-02-22 02:13:10 -0500
committerskydrome2021-02-22 02:13:10 -0500
commit2767a04edbc7f626fe1286a759341de4e69e0e2d (patch)
tree1b5dc385051913f708389eed0139886c636011b4 /PKGBUILD
parentfdbdc697e65bef1fb5ecb5253596165397eb2a2a (diff)
downloadaur-2767a04edbc7f626fe1286a759341de4e69e0e2d.tar.gz
1.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29509f3a9d70..a30983caa7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=zfec
pkgname=('python2-zfec' 'python-zfec')
-pkgver=1.5.3
+pkgver=1.5.5
pkgrel=1
pkgdesc="A fast erasure codec which can be used with the command-line, C, Python, or Haskell"
arch=('any')
@@ -11,7 +11,7 @@ url='https://pypi.python.org/pypi/zfec'
license=('GPL')
makedepends=('python2-setuptools' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/z/zfec/zfec-${pkgver}.tar.gz")
-sha256sums=('b41bd4b0af9c6b3a78bd6734e1e4511475944164375e6241b53df518a366922b')
+sha256sums=('6033b2f3cc3edacf3f7eeed5f258c1ebf8a1d7e5e35b623db352512ce564e5ca')
package_python2-zfec() {
depends=('python2-pyutil')