summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Batrakov2024-03-02 04:15:08 +0300
committerIvan Batrakov2024-03-02 04:15:08 +0300
commit6ff4c2e12f90a7325feff9ff413db64bf3b0fed6 (patch)
treee18060dad2cecfe225d7c5b36f2ffff424e324f3
parent6f77aaef68bd1662167f060ff43c3d160f379e96 (diff)
downloadaur-6ff4c2e12f90a7325feff9ff413db64bf3b0fed6.tar.gz
update package version to 1.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfc960e97e8..3d20175c2bd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yte
pkgdesc = YAML template engine with Python expressions
- pkgver = 1.5.1
- pkgrel = 2
+ pkgver = 1.5.4
+ pkgrel = 1
url = https://github.com/koesterlab/yte
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-yte
depends = python-dpath
depends = python-plac
depends = python-pyyaml
- source = https://files.pythonhosted.org/packages/source/y/yte/yte-1.5.1.tar.gz
- sha256sums = 6d0b315b78af83276d78f5f67c107c84238f772a76d74f4fc77905b46f3731f5
+ source = https://files.pythonhosted.org/packages/source/y/yte/yte-1.5.4.tar.gz
+ sha256sums = d2d77e53eafca74f58234fcd3fea28cc0a719e4f3784911511e35e86594bc880
pkgname = python-yte
diff --git a/PKGBUILD b/PKGBUILD
index 8cf3c5167e36..f62c40473bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Philipp A. <flying-sheep@web.de>
+# Maintainer: Ivan Batrakov <blackfan321 at disroot dot org>
+# Contributor: Philipp A. <flying-sheep@web.de>
_name=yte
pkgname=python-$_name
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
pkgdesc='YAML template engine with Python expressions'
arch=(any)
url="https://github.com/koesterlab/$_name"
@@ -11,7 +12,7 @@ license=(MIT)
depends=(python-dpath python-plac python-pyyaml)
makedepends=(python-poetry-core python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('6d0b315b78af83276d78f5f67c107c84238f772a76d74f4fc77905b46f3731f5')
+sha256sums=('d2d77e53eafca74f58234fcd3fea28cc0a719e4f3784911511e35e86594bc880')
build() {
cd "$_name-$pkgver"