summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcjayross2019-08-17 02:35:28 -0500
committercjayross2019-08-17 02:35:28 -0500
commit6c59a4814b0960a34ed18540c83a67a0791f798c (patch)
tree89a9b2fd69c81069cd6cb8a398f7a2d0544a13c3
parentef824c4391ded93b26844852c02161bcdfc25df2 (diff)
downloadaur-6c59a4814b0960a34ed18540c83a67a0791f798c.tar.gz
fixed sha256
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d2b68660625e..7a15752652b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.tar.gz
*.tar.bz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index a10544e6122c..ef3ccb2458fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=("python" "python-sympy" "python-numpy" "python-yaml")
makedepends=("python-setuptools")
options=("!emptydirs")
source=("https://github.com/cjayross/riccipy/archive/v${pkgver}.tar.gz")
-sha256sums=("f7f7e08f64fcaed60b346ac6a2523034354ffe09b3e9486e363ef140c6cb7e17")
+sha256sums=("8a13ed362a8128df19059ed27b33e24070cdde667befb109fae6eca7a0e885b2")
package() {
cd "$srcdir/riccipy-${pkgver}"