summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-02-02 10:41:39 +0200
committerChristoph Fink2021-02-02 10:41:39 +0200
commita0705a9f97b04dfba6ae179029c0e94093d5c046 (patch)
tree72878008aacca46d512177c848f4bc2d7e466c15
parent7db5919200351a1224521881332a9cd9eb3071e3 (diff)
downloadaur-a0705a9f97b04dfba6ae179029c0e94093d5c046.tar.gz
upgpkg: python-segno 1.3.1-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661de7d2085a..b30c6275d54c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = python-segno
pkgdesc = Python QR Code and Micro QR Code encoder
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://segno.readthedocs.io/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.0.0.tar.gz
- sha256sums = 9f6abc90f10d56b8ef29b6655bff5122dae37c37647bc04098a5ae4a5900db84
+ depends = python-pypng
+ depends = pyzbar
+ source = https://files.pythonhosted.org/packages/source/s/segno/segno-1.3.1.tar.gz
+ sha256sums = 309281263ba820e49ce44556a27779709b86769b8f2161f94641a3119684dc4e
pkgname = python-segno
diff --git a/PKGBUILD b/PKGBUILD
index 249f94d3ad26..b96e1db3f64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _name=${pkgname#python-}
pkgdesc="Python QR Code and Micro QR Code encoder"
url="https://segno.readthedocs.io/"
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
arch=("any")
license=("BSD")
@@ -16,10 +16,12 @@ makedepends=(
)
depends=(
"python"
+ "python-pypng"
+ "pyzbar"
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("9f6abc90f10d56b8ef29b6655bff5122dae37c37647bc04098a5ae4a5900db84")
+sha256sums=("309281263ba820e49ce44556a27779709b86769b8f2161f94641a3119684dc4e")
build() {
cd "${srcdir}"/${_name}-${pkgver}