summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56e97b6b979..1955b9cae89e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-e3-core
pkgdesc = Framework to ease the development of portable automated build systems
- pkgver = 22.0.0
- pkgrel = 2
+ pkgver = 22.1.0
+ pkgrel = 1
url = https://github.com/AdaCore/e3-core
arch = any
license = GPL3
@@ -17,9 +17,9 @@ pkgbase = python-e3-core
depends = python-tqdm
depends = python-yaml
conflicts = python2-e3-core
- source = https://files.pythonhosted.org/packages/source/e/e3-core/e3-core-22.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/e/e3-core/e3-core-22.1.0.tar.gz
source = distro.patch
- sha512sums = 1544c9cce9d7bab32db4617f70eaab301a526f84f8d89a22e5204eb7a7823a8e0103e12d490101a95d6255f3274732dbd77467064c856e1a05f8e7e18cce9f5a
+ sha512sums = 2b22d53c134ae6b892f2f90ae846b6a0c8f0803742f4e6a65d847eb4fae37b3e3a95ca175576d96d121d87e937fd621293fb0bfd6b9fbf860384cd88e474a582
sha512sums = 26ccd271cca25661ffc99154d44f210843f18e14641949d24d5a22bad0a62a449e5ed41eca1e5f8c409e504d20cccc9b5f9db3d2eadfc8214a02e26c6f99eee6
pkgname = python-e3-core
diff --git a/PKGBUILD b/PKGBUILD
index e1f87217931f..aff2a3113757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pierre-Marie de Rodat <pmderodat@kawie.fr>
pkgname='python-e3-core'
-pkgver='22.0.0'
-pkgrel=2
+pkgver='22.1.0'
+pkgrel=1
pkgdesc="Framework to ease the development of portable automated build systems"
arch=('any')
@@ -25,7 +25,7 @@ conflicts=('python2-e3-core')
_name='e3-core'
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"distro.patch")
-sha512sums=('1544c9cce9d7bab32db4617f70eaab301a526f84f8d89a22e5204eb7a7823a8e0103e12d490101a95d6255f3274732dbd77467064c856e1a05f8e7e18cce9f5a'
+sha512sums=('2b22d53c134ae6b892f2f90ae846b6a0c8f0803742f4e6a65d847eb4fae37b3e3a95ca175576d96d121d87e937fd621293fb0bfd6b9fbf860384cd88e474a582'
'26ccd271cca25661ffc99154d44f210843f18e14641949d24d5a22bad0a62a449e5ed41eca1e5f8c409e504d20cccc9b5f9db3d2eadfc8214a02e26c6f99eee6')
prepare() {