[arch-commits] Commit in python-qrencode/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 6 17:28:52 UTC 2020


    Date: Sunday, September 6, 2020 @ 17:28:51
  Author: arojas
Revision: 699311

archrelease: copy trunk to community-x86_64

Added:
  python-qrencode/repos/community-x86_64/PKGBUILD
    (from rev 699310, python-qrencode/trunk/PKGBUILD)
Deleted:
  python-qrencode/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-06 17:28:42 UTC (rev 699310)
+++ PKGBUILD	2020-09-06 17:28:51 UTC (rev 699311)
@@ -1,20 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=python-qrencode
-pkgver=1.2
-pkgrel=6
-pkgdesc='Simple wrapper for the C qrencode library'
-url='https://pypi.python.org/pypi/qrencode/'
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'python-pillow' 'qrencode' 'glibc')
-source=(https://pypi.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz)
-sha512sums=('e6ebf0c2d2081408ef3d4f4a2a44712e86f70019e34da5de49c1a31a26d69cafac07afb501be24bc95a2525e038a47a74f02279981ade1d33b3e96d3dbb5ce5f')
-
-package_python-qrencode() {
-  cd qrencode-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-qrencode/repos/community-x86_64/PKGBUILD (from rev 699310, python-qrencode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-06 17:28:51 UTC (rev 699311)
@@ -0,0 +1,20 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python-qrencode
+pkgver=1.2
+pkgrel=7
+pkgdesc='Simple wrapper for the C qrencode library'
+url='https://pypi.python.org/pypi/qrencode/'
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'python-pillow' 'qrencode' 'glibc')
+source=(https://pypi.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz)
+sha512sums=('e6ebf0c2d2081408ef3d4f4a2a44712e86f70019e34da5de49c1a31a26d69cafac07afb501be24bc95a2525e038a47a74f02279981ade1d33b3e96d3dbb5ce5f')
+
+package_python-qrencode() {
+  cd qrencode-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list