summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2022-07-28 13:46:45 +0200
committerMatthias Lisin2022-07-28 13:46:45 +0200
commit1fd507c4a5864c577f8c95e0277a0ee521a37f2a (patch)
treeef64baee4e8afd3df3816e8e5e619b49ad854646
parent6086affd9712b32e2bbbc9392d2b8666b7af1d45 (diff)
downloadaur-1fd507c4a5864c577f8c95e0277a0ee521a37f2a.tar.gz
upgpkg: python3-yamale 4.0.4-1
upstream release
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rw-r--r--[-rwxr-xr-x].gitignore3
-rw-r--r--[-rwxr-xr-x]PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835b96ede4c3..5b23886072da 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python3-yamale
pkgdesc = A schema and validator for YAML
- pkgver = 4.0.3
+ pkgver = 4.0.4
pkgrel = 1
url = https://github.com/23andMe/Yamale
arch = any
@@ -10,7 +10,7 @@ pkgbase = python3-yamale
optdepends = python-ruamel-yaml
provides = yamale
provides = python-yamale
- source = https://github.com/23andMe/Yamale/archive/4.0.3/python3-yamale-4.0.3.tar.gz
- sha256sums = a913a5a8094f61bcabf6db5def05ea3e5310163a95c558228feeaa33b7263439
+ source = https://github.com/23andMe/Yamale/archive/4.0.4/python3-yamale-4.0.4.tar.gz
+ sha256sums = 3f0730006b72fbd9969ddc0da392a0210f6bcd60f5c5ae104fa4ed6cededbafb
pkgname = python3-yamale
diff --git a/.gitignore b/.gitignore
index 632e41d8b84f..ec3fe1bbf4fe 100755..100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@
/*.tar.gz
/*.tar.zst
/*.zip
+/*.log
/pkg
-/src \ No newline at end of file
+/src
diff --git a/PKGBUILD b/PKGBUILD
index 29aab82cf50d..eb8f0a1c93c6 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
# Contributor: Thomas Hobson <thomas@hexf.me>
pkgname=python3-yamale
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
pkgdesc='A schema and validator for YAML'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('yamale' 'python-yamale')
license=('MIT')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a913a5a8094f61bcabf6db5def05ea3e5310163a95c558228feeaa33b7263439')
+sha256sums=('3f0730006b72fbd9969ddc0da392a0210f6bcd60f5c5ae104fa4ed6cededbafb')
build() {
cd Yamale-"$pkgver"