summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2024-02-09 09:42:30 +0200
committerChristoph Fink2024-02-09 09:42:30 +0200
commit767607d5f1658a517e7b55dbcb24afb343c0ee81 (patch)
tree839e5ea85b4b834f589061a40d87f82e0f0dbf3f
parent4bed9fc41b5f089bf941c6d6fdd01622922cde2d (diff)
downloadaur-767607d5f1658a517e7b55dbcb24afb343c0ee81.tar.gz
upgpkg: python-segno 1.6.1-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 085e39047464..2a2fe60d34ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-segno
pkgdesc = Python QR Code and Micro QR Code encoder
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://segno.readthedocs.io/
arch = any
license = BSD
makedepends = python-build
+ makedepends = python-flit-core
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.6.0.tar.gz
- b2sums = 38567330621f4883a0b5da7dcca529f1b1072bf9bd0ad6adab42268d484ee566d49b00e8f85413318c8ffe81d348bb0f35163e7d69dc780fc95ea389f8278627
+ source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.6.1.tar.gz
+ b2sums = c23081413c1d3850bda5b495e8b3d0eeb21010d0100d0477d0915dca12da2463e2fbe1482596b57b621ac5dc7cddc30e31e8fd94a83b4a56e68ab003e5df7e75
pkgname = python-segno
diff --git a/PKGBUILD b/PKGBUILD
index f7f89e29f361..da0861490c0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name=${pkgname#python-}
pkgdesc="Python QR Code and Micro QR Code encoder"
url="https://segno.readthedocs.io/"
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
arch=("any")
@@ -16,13 +16,14 @@ depends=(
)
makedepends=(
"python-build"
+ "python-flit-core"
"python-installer"
"python-setuptools"
"python-wheel"
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-b2sums=("38567330621f4883a0b5da7dcca529f1b1072bf9bd0ad6adab42268d484ee566d49b00e8f85413318c8ffe81d348bb0f35163e7d69dc780fc95ea389f8278627")
+b2sums=("c23081413c1d3850bda5b495e8b3d0eeb21010d0100d0477d0915dca12da2463e2fbe1482596b57b621ac5dc7cddc30e31e8fd94a83b4a56e68ab003e5df7e75")
build() {
cd "${srcdir}"/${_name}-${pkgver}