summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d112817b1fa..3e0a7d3db1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-pybedtools
_base=${pkgname#python-}
-pkgver=0.9.1
+pkgver=0.10.0
pkgrel=1
pkgdesc="python wrapper for BEDTools bioinformatics suite"
arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=(
provides=('python-pyvcf')
conflicts=('python-pyvcf')
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('a4a72326b51de51a42205f8c7113e48a769fd2981bf7866f1b353b374eebac6b2aa32971c575cbe18ef0b8e1d680d1dac7ea0ec49c9a7b0deb34befb184a1a89')
+sha512sums=('f5d164be1499b34417e5e6d29a0300c105b885504a6198d3ba3313f6a0d8777161d0f7dcac887518c5828c013b8dbf5a2b7fd244e49ed39f1c4edbcbf9e2024d')
prepare() {
cd "${_base}-${pkgver}"