summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpotatoattack2024-04-15 13:12:55 +1000
committerpotatoattack2024-04-15 13:12:55 +1000
commit1e37c94b553f86c8117d89ad239f4e51c4448b7b (patch)
tree15a7b3a0ce2cd50d463b5c741081d0b5bebd1451
parente5329885fdb85bc2f31dcf07883edd9c88a19b6d (diff)
downloadaur-python-async_interrupt.tar.gz
fix licence
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb5334c107ca..c4bde00d83e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-async_interrupt
pkgdesc = Python library that provides interrupt context manager for asyncio
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bdraco/async_interrupt
arch = any
- license = MIT
+ license = Apache
makedepends = python-poetry
depends = python
source = https://files.pythonhosted.org/packages/source/a/async_interrupt/async_interrupt-1.1.1.tar.gz
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")