summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-06 22:37:10 +0100
committerNarrat2023-11-06 22:37:10 +0100
commit9975ae6ddd716c25efd21f1484d60d0c1896d597 (patch)
treefcd9050d87c0585847d7a68bc5784cd2b9a37b08
parent2a869cbc937c1e3ecb6e688b5c0a93277669d0ed (diff)
downloadaur-python-configula.tar.gz
python-configula: update to 0.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db03416092e..27574b480005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-configula
pkgdesc = creates config for papermerge-core
- pkgver = 0.5.2
- pkgrel = 2
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://github.com/papermerge/configula
arch = any
license = Apache
@@ -10,9 +10,9 @@ pkgbase = python-configula
makedepends = python-wheel
makedepends = python-poetry-core
depends = python-tomlkit
- source = https://files.pythonhosted.org/packages/source/c/configula/configula-0.5.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/configula/configula-0.5.4.tar.gz
source = 001_files-in-base.patch
- sha256sums = d293087a584ff94c48b96b9bb0b1ae9cbc61ed1efdacd6bf66ffd750c91d900a
+ sha256sums = a1d9d4f6dc48d024a4fcd0d5de2751cf1765ba9c9adeb0530c9ad1f8eed5cf79
sha256sums = ebf889321789bd70fe010518a57a42df47ac4ca964fcd02d6cc8d7a145aca43a
pkgname = python-configula
diff --git a/PKGBUILD b/PKGBUILD
index 77be2236719d..018d0ac25b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_module=configula
pkgname=python-${_module}
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc="creates config for papermerge-core"
arch=(any)
url="https://github.com/papermerge/configula"
@@ -12,7 +12,7 @@ depends=(python-tomlkit)
makedepends=(python-build python-installer python-wheel python-poetry-core)
source=(https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module//-/_}-$pkgver.tar.gz
001_files-in-base.patch)
-sha256sums=('d293087a584ff94c48b96b9bb0b1ae9cbc61ed1efdacd6bf66ffd750c91d900a'
+sha256sums=('a1d9d4f6dc48d024a4fcd0d5de2751cf1765ba9c9adeb0530c9ad1f8eed5cf79'
'ebf889321789bd70fe010518a57a42df47ac4ca964fcd02d6cc8d7a145aca43a')