[arch-commits] Commit in python-wcmatch/repos/community-any (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Fri May 21 16:54:26 UTC 2021


    Date: Friday, May 21, 2021 @ 16:54:26
  Author: freswa
Revision: 940793

archrelease: copy trunk to community-any

Added:
  python-wcmatch/repos/community-any/PKGBUILD
    (from rev 940792, python-wcmatch/trunk/PKGBUILD)
Deleted:
  python-wcmatch/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 16:54:22 UTC (rev 940792)
+++ PKGBUILD	2021-05-21 16:54:26 UTC (rev 940793)
@@ -1,24 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=python-wcmatch
-pkgver=8.1.2
-pkgrel=1
-pkgdesc='Wilcard File Name matching library'
-arch=('any')
-url='https://github.com/facelessuser/wcmatch'
-license=('MIT')
-depends=('python-bracex')
-makedepends=('python-setuptools')
-source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
-b2sums=('4d91425f30e81f1ff3449b364b74f242b7393b7a4a162538e57406f9d5cc05d24277d6c0119c40266d4474c9c99919ade8d0450b1999abb39077ffc64f495719')
-
-build() {
-  cd wcmatch-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd wcmatch-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-wcmatch/repos/community-any/PKGBUILD (from rev 940792, python-wcmatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-21 16:54:26 UTC (rev 940793)
@@ -0,0 +1,24 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=python-wcmatch
+pkgver=8.2
+pkgrel=1
+pkgdesc='Wilcard File Name matching library'
+arch=('any')
+url='https://github.com/facelessuser/wcmatch'
+license=('MIT')
+depends=('python-bracex')
+makedepends=('python-setuptools')
+source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
+b2sums=('d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281')
+
+build() {
+  cd wcmatch-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd wcmatch-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list