summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2021-10-28 23:27:57 +0200
committerml2021-10-28 23:27:57 +0200
commit540c850be4196a5dd4c518ab6aac3d13c28a9c42 (patch)
treed73181d7e2123ee21a07f3a92eb625451f237733 /PKGBUILD
parentaf4ae8b5c9ef4cef4253fcac4c8521f0a214c9e6 (diff)
downloadaur-540c850be4196a5dd4c518ab6aac3d13c28a9c42.tar.gz
updpkg: python3-yamale 4.0.2-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73784844e570..7285c93b3d97 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
# Contributor: Thomas Hobson <thomas@hexf.me>
pkgname=python3-yamale
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc='A schema and validator for YAML'
-arch=('x86_64')
+arch=('any')
url='https://github.com/23andMe/Yamale'
depends=('python-pyaml')
optdepends=('python-ruamel-yaml')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('yamale' 'python-yamale')
license=('MIT')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('68bf20c6665e53271bdc39ecb3b73066edb5291b14a06cb3d835a2ec05a23d73')
+sha256sums=('b61534d84ff20eae3a796bf206846f2f0871dcd5b45f6a81cc0105f2a9327e8a')
build() {
cd Yamale-"$pkgver"