[arch-commits] Commit in pycups/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:33:11 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:33:11
  Author: foutrelis
Revision: 400291

archrelease: copy trunk to staging-x86_64

Added:
  pycups/repos/staging-x86_64/PKGBUILD
    (from rev 400290, pycups/trunk/PKGBUILD)
Deleted:
  pycups/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:33:08 UTC (rev 400290)
+++ PKGBUILD	2020-11-11 10:33:11 UTC (rev 400291)
@@ -1,25 +0,0 @@
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: nesl247 <nesl247 at gmail.com>
-
-pkgbase=pycups
-pkgname=('python-pycups')
-pkgver=2.0.1
-pkgrel=2
-arch=('x86_64')
-url="https://github.com/OpenPrinting/pycups"
-license=('GPL')
-pkgdesc="Python bindings for libcups"
-depends=('libcups' 'python')
-provides=('pycups')
-source=(https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
-sha256sums=('cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: pycups/repos/staging-x86_64/PKGBUILD (from rev 400290, pycups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:33:11 UTC (rev 400291)
@@ -0,0 +1,25 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: nesl247 <nesl247 at gmail.com>
+
+pkgbase=pycups
+pkgname=('python-pycups')
+pkgver=2.0.1
+pkgrel=3
+arch=('x86_64')
+url="https://github.com/OpenPrinting/pycups"
+license=('GPL')
+pkgdesc="Python bindings for libcups"
+depends=('libcups' 'python')
+provides=('pycups')
+source=(https://github.com/OpenPrinting/pycups/archive/v${pkgver}.tar.gz)
+sha256sums=('cf7e63b07e2dbc6811e77f55cc11d7191799298a6565b83fc028ee3c9da0ad78')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list