summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-01-27 03:01:32 +0100
committerChristopher Arndt2021-01-27 03:01:32 +0100
commit113dab7b486ec4c6dc937b41e2a7e433838f190d (patch)
tree6c443f3af8a044eb2701e3a2b7a76924a4784422 /PKGBUILD
parente123390aab228170a76b46bdefbab5ae2c3efbc8 (diff)
downloadaur-113dab7b486ec4c6dc937b41e2a7e433838f190d.tar.gz
Upstream change homepage/repo URL and source distribution archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 386e60c7a5ba..514bb4e05fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_name=SoundFile
pkgname=python-soundfile
pkgver=0.10.3.post1
-pkgrel=1
+pkgrel=3
pkgdesc="An audio library based on libsndfile, CFFI and NumPy"
-url="https://github.com/bastibe/PySoundFile"
+url="https://github.com/bastibe/python-soundfile"
arch=('any')
license=('BSD')
makedepends=('python-setuptools')
depends=('python-cffi' 'libsndfile' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b')
+source=("https://github.com/bastibe/python-soundfile/releases/download/${pkgver/\.post1/post1}/${_name}-${pkgver}.tar.gz")
+sha256sums=('ffd018d59397a0a4c5327087324ff3620bfd770f7e3eb0cd59779af849e8d861')
build() {