[arch-commits] Commit in python-wcmatch/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Tue Feb 9 21:01:53 UTC 2021


    Date: Tuesday, February 9, 2021 @ 21:01:53
  Author: freswa
Revision: 851649

add python-bracex dependency

Modified:
  python-wcmatch/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 21:01:39 UTC (rev 851648)
+++ PKGBUILD	2021-02-09 21:01:53 UTC (rev 851649)
@@ -2,12 +2,12 @@
 
 pkgname=python-wcmatch
 pkgver=8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Wilcard File Name matching library'
 arch=('any')
 url='https://github.com/facelessuser/wcmatch'
 license=('MIT')
-depends=()
+depends=('python-bracex')
 makedepends=('python-setuptools')
 source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
 b2sums=('c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae')



More information about the arch-commits mailing list