summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrey2019-04-27 18:57:04 +0200
committergrey2019-04-27 18:57:04 +0200
commit115655783e3b15f738a0f28364bfa80fd0305743 (patch)
tree07dd3ea49ab7b9f8a16221f2843a5eaf876823fc
parenta90c4fa18c23a118b327a28b68a470b0a9d158ef (diff)
downloadaur-115655783e3b15f738a0f28364bfa80fd0305743.tar.gz
t message for your changes. Lines starting
update pkgsums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75c9187176d..7d47e5f00eca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = python-mutovis-analysis
depends = python-pyqt5
depends = python-uncertainties
source = https://github.com/mutovis/analysis-software/archive/v3.0.6.tar.gz
- sha256sums = 45a4ba90e72805d57c291bfdc14329a7841ca0877f54a27d0fd5799ce79170d9
+ sha256sums = a771d6b38e71104fa09e622ce94de9fa7dac8338aac21389e51f9c77ee1401fb
pkgname = python-mutovis-analysis
diff --git a/PKGBUILD b/PKGBUILD
index d6fa8b1ae30e..da28d7b43a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL-3.0')
depends=('python' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-h5py' 'python-sympy' 'python-mpmath' 'python-lmfit' 'python-dill' 'python-pyqt5' 'python-uncertainties')
makedepends=('python-setuptools')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('45a4ba90e72805d57c291bfdc14329a7841ca0877f54a27d0fd5799ce79170d9')
+sha256sums=('a771d6b38e71104fa09e622ce94de9fa7dac8338aac21389e51f9c77ee1401fb')
build() {
cd "$srcdir/$_pkgname-$pkgver"