summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-05 22:06:55 +0700
committerAchmad Fathoni2023-05-05 22:06:55 +0700
commit27ff2bc999ca7569a2ce2058632dc4f46de144f3 (patch)
treeecf31258120fc6eef01db93c7aab8f170c991b04
parent0c4dce5bb59c39bb31de69f5366b713e7f33c939 (diff)
downloadaur-27ff2bc999ca7569a2ce2058632dc4f46de144f3.tar.gz
0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d96743aaf4..2c7c47cfacca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-beartype
pkgdesc = Unbearably fast runtime type checking in pure Python.
- pkgver = 0.13.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://pypi.org/project/beartype
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-beartype
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/b/beartype/beartype-0.13.1.tar.gz
- sha256sums = 2903947a8a1eb6030264e30108aa72cb1a805cfc9050c0f4014c4aed3a17a00b
+ source = https://files.pythonhosted.org/packages/source/b/beartype/beartype-0.14.0.tar.gz
+ sha256sums = 546e6e8dcdda1d6d9f906ea4eb1518aa01c9c5f5a440e495917b2daf53cbd598
pkgname = python-beartype
diff --git a/PKGBUILD b/PKGBUILD
index 19ee4556e5f1..e4cfef6c64a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-beartype
_pkgname=${pkgname:7}
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc="Unbearably fast runtime type checking in pure Python."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=(python-build python-installer python-wheel)
depends=(python)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('2903947a8a1eb6030264e30108aa72cb1a805cfc9050c0f4014c4aed3a17a00b')
+sha256sums=('546e6e8dcdda1d6d9f906ea4eb1518aa01c9c5f5a440e495917b2daf53cbd598')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}