summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorbrent s2017-11-12 11:01:28 -0500
committerbrent s2017-11-12 11:01:28 -0500
commitf66644cea260d72c503bf648aad0da0c751b10ec (patch)
tree66176564a0da33b11fc0f3402abc0ab92c9471db /.SRCINFO
parente7d8572a91d80c87d55c0386de96efbfbc470691 (diff)
downloadaur-python-pyqrcode.tar.gz
updating for better split-pkg support - thanks, ad1217!
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae9356e8d34..457fd761fd0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 10:44:02 UTC 2017
+# Sun Nov 12 16:01:28 UTC 2017
pkgbase = python-pyqrcode
pkgdesc = A QR code generator written purely in Python with SVG, EPS, PNG and terminal output (fixed for python3)
pkgver = 1.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://pythonhosted.org/PyQRCode/
- arch = i686
- arch = x86_64
+ arch = any
license = CUSTOM
- makedepends = python
- makedepends = python2
makedepends = python-setuptools
makedepends = python2-setuptools
- depends = python
- depends = python2
- optdepends = python-pypng: PNG generation support
- optdepends = python2-pypng: PNG generation support
source = https://files.pythonhosted.org/packages/source/P/PyQRCode/PyQRCode-1.2.1.tar.gz
source = LICENSE
source = PyQRCode-1.2.1.tar.gz.sig
@@ -27,4 +20,9 @@ pkgbase = python-pyqrcode
pkgname = python-pyqrcode
depends = python
+ optdepends = python-pypng: PNG generation support
+
+pkgname = python2-pyqrcode
+ depends = python2
+ optdepends = python2-pypng: PNG generation support