summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2020-12-02 13:28:58 +0100
committerjlaehne2020-12-02 13:28:58 +0100
commit2fc80320b23f24ebcc7a20766b1672006fab4226 (patch)
tree503e20e60a135384c636b51869a47386f398a065
parent93decff455aa0f73381300efe5df7e6284ffe801 (diff)
downloadaur-2fc80320b23f24ebcc7a20766b1672006fab4226.tar.gz
v.1.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6571ec7f3e35..1eea1aaef948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,8 +36,8 @@ pkgbase = python-hyperspy
provides = hyperspy
conflicts = hyperspy
replaces = hyperspy
- source = https://github.com/hyperspy/hyperspy/archive/v1.6.1.zip
- sha256sums = dbdbd1d21dc2023ee33bcc6aab726844a6ca990d57b22fea8f2f1afca2984da2
+ source = https://github.com/hyperspy/hyperspy/archive/v1.6.1.tar.gz
+ sha256sums = 3cd7213abd439724266ad71aa542c9258830db6eac07f7dfaf30e243e1289790
pkgname = python-hyperspy
diff --git a/PKGBUILD b/PKGBUILD
index a0604dd1e9ca..dad423b581a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,8 +51,8 @@ replaces=('hyperspy')
conflicts=('hyperspy')
provides=('hyperspy')
-source=(https://github.com/hyperspy/hyperspy/archive/v$pkgver.zip)
-sha256sums=('dbdbd1d21dc2023ee33bcc6aab726844a6ca990d57b22fea8f2f1afca2984da2')
+source=(https://github.com/hyperspy/hyperspy/archive/v$pkgver.tar.gz)
+sha256sums=('3cd7213abd439724266ad71aa542c9258830db6eac07f7dfaf30e243e1289790')
package() {
cd "$srcdir/$pkgshort-$pkgver"