summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScheiermann2021-02-12 13:36:45 +0100
committerScheiermann2021-02-12 13:36:45 +0100
commit9426dd60048743cca31eec39cb92135b93d78ebc (patch)
treee82b78460c9f977fbca724d1ffb7d2b6dd527fbd
parentfa1338940c9b65aef4a7f42c28038c4fb3409593 (diff)
downloadaur-9426dd60048743cca31eec39cb92135b93d78ebc.tar.gz
Release 0.1.28
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16088710e1b..b372a2e146d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-supersolids
pkgdesc = Simulate and animate supersolids by solving the Schrödinger equation
- pkgver = 0.1.27
+ pkgver = 0.1.28
pkgrel = 1
url = https://github.com/Scheiermann/supersolids
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-supersolids
depends = python-scipy
depends = mayavi
optdepends =
- source = supersolids-0.1.27.tar.gz::https://files.pythonhosted.org/packages/source/s/supersolids/supersolids-0.1.27.tar.gz
+ source = supersolids-0.1.28.tar.gz::https://files.pythonhosted.org/packages/source/s/supersolids/supersolids-0.1.28.tar.gz
sha256sums = SKIP
pkgname = python-supersolids
diff --git a/PKGBUILD b/PKGBUILD
index e1ccb8af752e..0b2fee7a589a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Scheiermann <daniel.scheiermann@stud.uni-hannover.de>
_name=supersolids
pkgname=python-${_name}
-pkgver=0.1.27
+pkgver=0.1.28
pkgrel=1
pkgdesc="Simulate and animate supersolids by solving the Schrödinger equation"
url="https://github.com/Scheiermann/${_name}"