summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200fafd53f22..672a26d3e417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pybedtools
pkgdesc = python wrapper for BEDTools bioinformatics suite
- pkgver = 0.9.1
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/daler/pybedtools
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = python-pybedtools
optdepends = ucsc-genome-browser: for bedgraph to bigwig conversions
provides = python-pyvcf
conflicts = python-pyvcf
- source = https://pypi.org/packages/source/p/pybedtools/pybedtools-0.9.1.tar.gz
- sha512sums = a4a72326b51de51a42205f8c7113e48a769fd2981bf7866f1b353b374eebac6b2aa32971c575cbe18ef0b8e1d680d1dac7ea0ec49c9a7b0deb34befb184a1a89
+ source = https://pypi.org/packages/source/p/pybedtools/pybedtools-0.10.0.tar.gz
+ sha512sums = f5d164be1499b34417e5e6d29a0300c105b885504a6198d3ba3313f6a0d8777161d0f7dcac887518c5828c013b8dbf5a2b7fd244e49ed39f1c4edbcbf9e2024d
pkgname = python-pybedtools
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}"