Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-wcmatch
Commits:
b256a131 by Frederik Schwan at 2024-09-26T21:01:56+02:00
upgpkg: 10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-wcmatch
pkgdesc = Wilcard File Name matching library
- pkgver = 9.0
+ pkgver = 10.0
pkgrel = 1
url = https://github.com/facelessuser/wcmatch
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-wcmatch
makedepends = python-installer
makedepends = python-wheel
depends = python-bracex
- source =
https://github.com/facelessuser/wcmatch/archive/9.0/wcmatch-9.0.tar.gz
- b2sums =
6d33886a9f1f0f53c95dcd8adcebffcd50075c54f8a6398d22e372b811dab33a09152c98d982ed817c9230ae0f200e74dac209da785979365aa38a511b790965
+ source =
https://github.com/facelessuser/wcmatch/archive/10.0/wcmatch-10.0.tar.gz
+ b2sums =
ffc98749b111f472244a35654c8d57144e0f242f33b04e672a3b7d810c5c6c1b2c36172c09437e159c30812916fe15c7690fc3c2a1de14035f04ed801e898dc2
pkgname = python-wcmatch
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=python-wcmatch
-pkgver=9.0
+pkgver=10.0
pkgrel=1
pkgdesc='Wilcard File Name matching library'
arch=('any')
@@ -10,7 +10,7 @@ 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=('6d33886a9f1f0f53c95dcd8adcebffcd50075c54f8a6398d22e372b811dab33a09152c98d982ed817c9230ae0f200e74dac209da785979365aa38a511b790965')
+b2sums=('ffc98749b111f472244a35654c8d57144e0f242f33b04e672a3b7d810c5c6c1b2c36172c09437e159c30812916fe15c7690fc3c2a1de14035f04ed801e898dc2')
build() {
cd wcmatch-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wcmatch/-/commit/b256a131d9c9f0296b5af9273f31b1c7ca96050b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wcmatch/-/commit/b256a131d9c9f0296b5af9273f31b1c7ca96050b
You're receiving this email because of your account on gitlab.archlinux.org.