summaryrefslogtreecommitdiffstats
path: root/python/python3-aiohttp/python3-aiohttp.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-19 22:13:14 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 15:50:04 +0700
commitc6320b9868219e5a14655072cca9ee4d1e4020ac (patch)
tree6e53ed12999c0870069567930a31ae3a64b42a19 /python/python3-aiohttp/python3-aiohttp.SlackBuild
parentba27cc9fc4372a0c87e007175d354af91a8b94ce (diff)
downloadslackbuilds-c6320b9868219e5a14655072cca9ee4d1e4020ac.tar.gz
slackbuilds-c6320b9868219e5a14655072cca9ee4d1e4020ac.tar.xz
python/python3-aiohttp: Update DEPs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild')
-rw-r--r--python/python3-aiohttp/python3-aiohttp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild
index 911e722326..63d56df5c4 100644
--- a/python/python3-aiohttp/python3-aiohttp.SlackBuild
+++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/bash
# Slackware build script for python3-aiohttp
+
# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
@@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
VERSION=${VERSION:-3.8.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}