summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-10-09 22:33:10 +0200
committermschubert2021-10-09 22:33:10 +0200
commit93ba9e21da602d2c5e2a9fe85ba854b2d9176da6 (patch)
treec8f91621ee8f1b850725308fdcb2c04936bf1590
parent1343b5500ddb86f06e2e4ddc7438c2ea736723b1 (diff)
downloadaur-93ba9e21da602d2c5e2a9fe85ba854b2d9176da6.tar.gz
version bump 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedfe1b9d955..adc0b119b5fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bioservices
pkgdesc = Access Bioinformatices Web Services and framework for WSDL/SOAP and REST wrappers
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://bioservices.readthedocs.io/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-bioservices
depends = python-requests-cache
depends = python-xmltodict
depends = python-suds
- source = https://pypi.io/packages/source/b/bioservices/bioservices-1.8.0.tar.gz
- sha256sums = e581f7096b0083afa1e9d5b075c46b5a8e042767ca0fedb617daa50d1e1a739f
+ source = https://pypi.io/packages/source/b/bioservices/bioservices-1.8.1.tar.gz
+ sha256sums = ad9147885d92bdbe31cee4eec29a795ec0c9dbcfb373998f1e44f4354f3512ca
pkgname = python-bioservices
diff --git a/PKGBUILD b/PKGBUILD
index 77641dea49bc..458805719dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=python-bioservices
_pkgname=${pkgname#python-}
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Access Bioinformatices Web Services and framework for WSDL/SOAP and REST wrappers"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-easydev>=0.9.36' 'python-beautifulsoup4' 'python-pandas'
'python-colorlog' 'python-grequests' 'python-requests-cache'
'python-xmltodict' 'python-suds')
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('e581f7096b0083afa1e9d5b075c46b5a8e042767ca0fedb617daa50d1e1a739f')
+sha256sums=('ad9147885d92bdbe31cee4eec29a795ec0c9dbcfb373998f1e44f4354f3512ca')
build() {
cd "$srcdir/$_pkgname-$pkgver"