summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3de1d77e0d68..b1943bc942f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-runtype
pkgdesc = Python utilities for run-time type validation and multiple dispatch
pkgver = 0.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/erezsh/runtype
arch = any
license = MIT
makedepends = python-sphinx
makedepends = python-recommonmark
makedepends = python-sphinx-markdown-tables
- depends = python>=3.6
+ depends = python
source = https://github.com/erezsh/runtype/archive/refs/tags/0.2.2.tar.gz
md5sums = d94a4343c3a685f360c30572efb2c8b7
sha1sums = 622ddf3902e666a8148213e3734fb01869d91c39
diff --git a/PKGBUILD b/PKGBUILD
index ae06eaccda16..5acd137c8683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname='python-runtype'
_pkgname=${pkgname#python-}
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python utilities for run-time type validation and multiple dispatch'
arch=('any')
license=('MIT')
url='https://github.com/erezsh/runtype'
source=("$url/archive/refs/tags/${pkgver}.tar.gz")
-depends=('python>=3.6')
+depends=('python')
makedepends=(
'python-sphinx'
'python-recommonmark'