summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-10 00:02:27 +0000
committerBioArchLinuxBot2024-04-10 00:02:27 +0000
commitb58aee6ebf60b62d338bd6d6e0cdcd7ccf0e89da (patch)
tree4a30c0555808b82ceb09e8abdec6df4e4b48a640
parent73b6ea9e94befecc9005539454848efacba14ab0 (diff)
downloadaur-python-pybedtools.tar.gz
[lilac] updated to 0.10.0-1
-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}"