summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-01-13 22:13:26 +0000
committerGrey Christoforo2021-01-13 22:13:26 +0000
commit915a38152808a3ff971f789732d4390167d6b857 (patch)
tree09c6b8d82534b7a3695f1287c601b145ef84c7b9 /PKGBUILD
parent7bdb742e6d3c24bd340be8a4c861577f594b5fcf (diff)
downloadaur-915a38152808a3ff971f789732d4390167d6b857.tar.gz
update hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 677754484ee8..ad6a0db36c1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url=http://pyepics.github.io/pyepics/
license=('custom')
depends=('python' 'python-numpy' 'epics-base')
makedepends=('python-setuptools')
-source=("https://github.com/pyepics/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e3b852a98e483b6a6b53af94ab4aa1d3d51ac49434bfae32fcdacae31577e8d0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pyepics/${_pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('a995685638c01a9326d3414de9b5471fb7b0bf6b1c60de1efae778c25dedaabf')
build() {
cd "$srcdir/$_pkgname-$pkgver"