summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2023-11-02 17:33:46 +0100
committerLev Levitsky2023-11-02 17:33:46 +0100
commit826e4d799f6808cf7e6da763f15dacefbacac991 (patch)
tree09e59fd4bff88d4015643b6a212441b830450b31 /PKGBUILD
parent40725bc9f76fcbfa246db36bfa9feb07e5934ad1 (diff)
downloadaur-826e4d799f6808cf7e6da763f15dacefbacac991.tar.gz
4.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2cd515a0791..dc383e4d6aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=python-pyteomics
_name=${pkgname#python-}
-pkgver=4.6.2
+pkgver=4.6.3
pkgrel=1
pkgdesc="A framework for proteomics data analysis."
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('python-matplotlib: for pylab_aux module'
'python-pynumpress: for Numpress support')
options=(!emptydirs)
source=("https://pypi.debian.net/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('8c0608b7fbcfc65409e455c4bc8edb91aa9beed65744f37eacac9119ca7335d5')
+sha256sums=('e3bb11e57da3e52ca768d94fed12c9f66d7300fd58bccbc6736dfc0707fd9546')
changelog=CHANGELOG
build() {