summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c696dd43310..84a90cbfce20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-async_interrupt
_pkgname=async_interrupt
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python library that provides interrupt context manager for asyncio"
arch=('any')
url="https://github.com/bdraco/async_interrupt"
-license=('MIT')
+license=('Apache')
depends=('python')
makedepends=('python-poetry')
source=("https://files.pythonhosted.org/packages/source/a/async_interrupt/async_interrupt-${pkgver}.tar.gz")