summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-11-06 23:28:58 +0200
committerChristoph Fink2021-11-06 23:28:58 +0200
commitdf911a60767beec16467bc365156b8345e70cc61 (patch)
treeeb9505641d085ad04af59ca08ed8e54d58659098
parent016d6a344190f13620059dc735cb4260757f7b1f (diff)
downloadaur-df911a60767beec16467bc365156b8345e70cc61.tar.gz
upstream 1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8a2fcdab30..0c76dbc6f715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-segno
pkgdesc = Python QR Code and Micro QR Code encoder
- pkgver = 1.3.3
+ pkgver = 1.4.0
pkgrel = 1
url = https://segno.readthedocs.io/
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-segno
depends = python
depends = python-pypng
depends = pyzbar
- source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.3.3.tar.gz
- sha256sums = 505766f18c935f606097dc02280aa9cd28f21b3395ebf33292999af9e9d8f138
+ source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.4.0.tar.gz
+ sha256sums = d6b4e4512fa5cb32d2f988584d20e2e4d1daa97587cd5421cb705da994f3d65b
pkgname = python-segno
-
diff --git a/PKGBUILD b/PKGBUILD
index acbe69ea4de4..9fa25f6f19f5 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.3.3
+pkgver=1.4.0
pkgrel=1
arch=("any")
@@ -21,7 +21,7 @@ depends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("505766f18c935f606097dc02280aa9cd28f21b3395ebf33292999af9e9d8f138")
+sha256sums=("d6b4e4512fa5cb32d2f988584d20e2e4d1daa97587cd5421cb705da994f3d65b")
build() {
cd "${srcdir}"/${_name}-${pkgver}