summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorbrent s.2017-10-19 06:17:57 -0400
committerbrent s.2017-10-19 06:17:57 -0400
commit3a66d84a21bf0850b910a52eb74847efbaadb76b (patch)
tree33b6fd6d2762d6225193c1927f260de850e37723 /.SRCINFO
downloadaur-3a66d84a21bf0850b910a52eb74847efbaadb76b.tar.gz
initial commit; setting up .gitignores and skeleton PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..25f08c0d4d92
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by aurpkgs
+# Thu Oct 19 10:17:57 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 = 1
+ url = https://pythonhosted.org/PyQRCode/
+ arch = i686
+ arch = x86_64
+ license = CUSTOM
+ depends = python
+ depends = python2
+ optdepends = python-pypng: PNG generation support
+ optdepends = python2-pypng: PNG generation support
+ source = https://pypi.python.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316/PyQRCode-1.2.1.tar.gz#md5=371f29f4b03bd2830c6e0319258b1259
+ source = PyQRCode-1.2.1.tar.gz#md5=371f29f4b03bd2830c6e0319258b1259.sig
+ sha512sums = 784262cb15c10f3581b0caeac6bba046686b35b8c0709ee78684b805b6cba49f4250a004dc5f7d393cc25929cbf815c6c3a94e284a77d20ff7224a8dde3a036a
+ sha512sums = SKIP
+
+pkgname = python-pyqrcode