summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2024-01-14 18:12:34 +0300
committerViktor Drobot2024-01-14 18:12:34 +0300
commitb3c954b044fb99498a4f430f3fa188300249e06c (patch)
tree17ba2fd1be63f9664237803c20c301cb56778c13 /PKGBUILD
parent37845622a566a21d3b35ab7b6dbcbe135f9bb1a7 (diff)
downloadaur-python-brain-isotopic-distribution.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06fd2a9266ff..7b5e296a2b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-brain-isotopic-distribution
_name=${pkgname#python-}
-pkgver=1.5.11
+pkgver=1.5.16
pkgrel=1
pkgdesc="Fast and efficient theoretical isotopic profile generation"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=(Apache-2.0)
depends=(python)
makedepends=(cython python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('df260aed3c5891fbeee99f13d9463cc500fb57cfc992f2d3fafc7626218f1d36')
+sha256sums=('bb6931b864efb265809f115d4bad9c4ca0e244e70ae7cc43f0cf2fd1b6816466')
build() {
cd "${srcdir}/${_name}-${pkgver}"