summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-07-17 10:39:09 +0200
committerKlaus Alexander Seistrup2023-07-17 10:39:09 +0200
commitb7ad9a30cacedb0d4c7726a56f3024a0ec418302 (patch)
treeb817e3e3c94d370d548a5c2036906f6cccd31d1d /PKGBUILD
parentc6b5939399e75b893f2a5f8cbd251dd9a5cde528 (diff)
downloadaur-b7ad9a30cacedb0d4c7726a56f3024a0ec418302.tar.gz
New upstream release: v0.3.5
Release notes: * https://github.com/erezsh/runtype/releases/tag/0.3.5 Full changelog 0.3.2‥0.3.5: * https://github.com/erezsh/runtype/compare/0.3.2...0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b4cc15288e9..50dd9a2580d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='python-runtype'
_pkgname=${pkgname#python-}
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.3.5
+pkgrel=1
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")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}.tar.gz")
depends=(
'mypy'
'python'
@@ -46,13 +46,10 @@ package() {
}
sha256sums=(
- 'd45d332e2e127660e4efb4d34ec72d087fd78cdfba6bf2a53da3afcccee71a21'
-)
-sha512sums=(
- 'd67616b86b6607585841fd4181f1c26dd19248baf2c2726290ba0f0c0a28622761bafac49e640c66a2bc29ba15c3f7193bd7de9cca1045858c29d40de06674cc'
+ '1e729d4cfeccf9111506dba8b9cc0cfadf05144f2d408fb2510128eea81edbf0'
)
b2sums=(
- '07750cb177755e02b8c6f698bfb9f7f01c02ec1d8ebb4021e6a3fe447c1bb9a49488780b6b0a0b5fb24d0e4d8f9c8fb9605f555fe3183fe85409bd640833c701'
+ '3f9ce07145c03716046f639455c4602bcf9e924e3ac15d6b91e09bc93aeafcbe23e1e871306286635090f44a0874e6d75b60fd818c28a10b653c9cfcf5c8a0cb'
)
# eof