~alpine/aports

testing/py3-asif: update to 0.3.1 v1 APPLIED

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Pedro Lucas Porcellis: 1
 testing/py3-asif: update to 0.3.1

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3911/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-asif: update to 0.3.1 Export this patch

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
---
 testing/py3-asif/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/py3-asif/APKBUILD b/testing/py3-asif/APKBUILD
index c97305342c..41d9d60aa4 100644
--- a/testing/py3-asif/APKBUILD
+++ b/testing/py3-asif/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
pkgname=py3-asif
_pkgname=asif
pkgver=0.3.0
pkgrel=1
pkgver=0.3.1
pkgrel=0
pkgdesc="asyncio-powered IRC bot framework"
url="https://github.com/minus7/asif"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # no testsuite

@@ -22,5 +22,5 @@ package() {
}

sha512sums="
7d7fa82cbfa7bf7eb693be32d6f63ed397f82f9b14a1e60c99e0a0538fea4343933152fdb22dbcc40ff9701d22a08d8e8ee5929469f57ae76fa96c50209222c6  py3-asif-0.3.0.tar.gz
422c9219640c6a2704ea5925d9cb2d6c7ce1195223102109b729dca516d4371d94ee8b8d2e0b5f0ffaca4cceffabfb6b23bfef84a494bf34723799f02c1089f2  py3-asif-0.3.1.tar.gz
"
-- 
2.34.1