diff options
Diffstat (limited to 'python-pyfai/PKGBUILD')
-rw-r--r-- | python-pyfai/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 06b862cdc..7b321fd2d 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -14,7 +14,7 @@ _depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio' 'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw' 'opencl-driver') _makedepends=('cython') _optdepends=() -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz") +source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726') makedepends=( |