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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 30 23:05:50 UTC 2021


    Date: Thursday, December 30, 2021 @ 23:05:50
  Author: felixonmars
Revision: 1089028

upgpkg: python-identify 2.4.0-1

Modified:
  python-identify/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 23:05:48 UTC (rev 1089027)
+++ PKGBUILD	2021-12-30 23:05:50 UTC (rev 1089028)
@@ -3,8 +3,8 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=2.3.5
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
 url="https://github.com/pre-commit/identify"
@@ -11,11 +11,11 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-editdistance-s' 'python-pytest')
-optdepends=('python-editdistance-s: for returning license identifiers')
+checkdepends=('python-ukkonen' 'python-pytest')
+optdepends=('python-ukkonen: for returning license identifiers')
 source=("${_name}-${pkgver}.tar.gz::https://github.com/pre-commit/${_name}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('89d40df2fae167a348c14b5fa20cf3a3fc83e1f42a6fabbeb02935f873a5a0366cfddf51c358f35f1bf15846b357647d229a180afec4e71fdf6ba44c0d109bd6')
-b2sums=('9fac1817c173fac8b82fd805c5c5602d964cccd001e1d7dc6d7350c72b4f436613e47989fdd2e6f866d56c52871a4d1aa848d1761b03cf728446d483276bd6a6')
+sha512sums=('f0806d3785ef5db9cb1b5354c146fc0d33b4a4f04b3ff899945e9e93273a0bf8e4c8ff07ace22b5d71721c953148c007630dc400b82849321e8399ecdfffbc85')
+b2sums=('1ba4fcf235518427fba8a59eb30ceb0c20ed23f5a3c4f56d6039ab530aaaba6b83ee395626a7d086f193f57f00a8d34a659883d897a21dc0fae5018cb0a4e87a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list