Date: Tuesday, September 20, 2022 @ 14:04:27
Author: freswa
Revision: 1305776
archrelease: copy trunk to community-any
Added:
python-wcmatch/repos/community-any/PKGBUILD
(from rev 1305775, python-wcmatch/trunk/PKGBUILD)
Deleted:
python-wcmatch/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-20 14:04:25 UTC (rev 1305775)
+++ PKGBUILD 2022-09-20 14:04:27 UTC (rev 1305776)
@@ -1,24 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=python-wcmatch
-pkgver=8.4
-pkgrel=1
-pkgdesc='Wilcard File Name matching library'
-arch=('any')
-url='https://github.com/facelessuser/wcmatch'
-license=('MIT')
-depends=('python-bracex')
-makedepends=('python-build' 'python-hatchling' 'python-installer'
'python-wheel')
-source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
-b2sums=('cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c')
-
-build() {
- cd wcmatch-${pkgver}
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
- cd wcmatch-${pkgver}
- python -m installer --destdir="${pkgdir}" dist/*.whl
- install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: python-wcmatch/repos/community-any/PKGBUILD (from rev 1305775,
python-wcmatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-20 14:04:27 UTC (rev 1305776)
@@ -0,0 +1,24 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=python-wcmatch
+pkgver=8.4.1
+pkgrel=1
+pkgdesc='Wilcard File Name matching library'
+arch=('any')
+url='https://github.com/facelessuser/wcmatch'
+license=('MIT')
+depends=('python-bracex')
+makedepends=('python-build' 'python-hatchling' 'python-installer'
'python-wheel')
+source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
+b2sums=('6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5')
+
+build() {
+ cd wcmatch-${pkgver}
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+ cd wcmatch-${pkgver}
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+ install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}