summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLain Musgrove2023-10-10 16:19:44 -0700
committerLain Musgrove2023-10-10 16:19:44 -0700
commitc76dbde0af45a8ea06e6ae60b5744bb194f75758 (patch)
treee50ed1335c5dbee4e6fb8b4075daafe41034ffd9
parent87447621b5eb620a559b99bd4a30a14a0a29cc10 (diff)
downloadaur-c76dbde0af45a8ea06e6ae60b5744bb194f75758.tar.gz
Update v0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c725f6de10..394fd53325f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-bivalve
pkgdesc = A bi-directional shell-like socket protocol framework using asyncio
- pkgver = 0.18
+ pkgver = 0.20
pkgrel = 1
url = https://github.com/lainproliant/bivalve
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/b/bivalve/bivalve-0.18.tar.gz
- sha256sums = 0b2ea223392e8b18ce37a732661b2051e58131bb523e59f783486271caee5d8d
+ source = https://files.pythonhosted.org/packages/source/b/bivalve/bivalve-0.20.tar.gz
+ sha256sums = dfcee9b7f01b323d9529bad5a2e495c1566c337faf9da3bbbb4f02b25c4f61e4
pkgname = python-bivalve
depends = python \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 67a0dd142881..7d411eea30b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-bivalve'
pkgname=('python-bivalve')
_module='bivalve'
-pkgver='0.18'
+pkgver='0.20'
pkgrel=1
pkgdesc="A bi-directional shell-like socket protocol framework using asyncio",
url="https://github.com/lainproliant/bivalve"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('0b2ea223392e8b18ce37a732661b2051e58131bb523e59f783486271caee5d8d')
+sha256sums=('dfcee9b7f01b323d9529bad5a2e495c1566c337faf9da3bbbb4f02b25c4f61e4')
build() {
cd "${srcdir}/${_module}-${pkgver}"