summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin2018-10-05 10:46:46 +1000
committerEdwin2018-10-05 10:46:46 +1000
commitb00a419edb7676184bdd40affd8d680b55006d78 (patch)
treeb4589a9fd65a2d4b7db1edf21370a263700e4a6e
parent079da5fd61a919e56dfda51969f43cc47ba7a83d (diff)
downloadaur-b00a419edb7676184bdd40affd8d680b55006d78.tar.gz
Python3.7 compatibility added
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c6924367040..0ca56a0f667c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Edwin Peters <slimed13 at hotmail dot com>
pkgname=python-reedsolomon-git
-pkgver=c9ec28a
+pkgver=c8a0b83
pkgrel=1
pkgdesc="Pure-Python Reed Solomon encoder/decoder"
arch=('any')
-url="https://github.com/tomerfiliba/reedsolomon"
+url="https://github.com/mugpahug/reedsolomon"
license=('BSD')
depends=('python' )
optdepends=('cython' )
makedepends=('python-setuptools' 'git')
-source=(git+https://github.com/tomerfiliba/reedsolomon.git)
+source=(git+https://github.com/mugpahug/reedsolomon.git)
sha256sums=(SKIP)
package() {