[arch-commits] Commit in python-identify/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sat Nov 6 13:20:36 UTC 2021
Date: Saturday, November 6, 2021 @ 13:20:36
Author: dvzrv
Revision: 1037548
upgpkg: python-identify 2.3.4-1: Upgrade to 2.3.4.
Update url and source to the current location of the project.
Modified:
python-identify/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 13:19:33 UTC (rev 1037547)
+++ PKGBUILD 2021-11-06 13:20:36 UTC (rev 1037548)
@@ -3,19 +3,19 @@
_name=identify
pkgname=python-identify
-pkgver=2.3.3
+pkgver=2.3.4
pkgrel=1
pkgdesc="File identification library for Python"
arch=('any')
-url="https://github.com/chriskuehl/identify"
+url="https://github.com/pre-commit/identify"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-editdistance-s' 'python-pytest')
optdepends=('python-editdistance-s: for returning license identifiers')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz")
-sha512sums=('ed325dc7b1692add1c72aeb5479bba11d36a70dbdbf59f3ce0080ff9d8fab6ea3c8094050bd8ed3ef0bb4dd2344eacdfcdb3f4c907ef5a51163a68d2ee59812e')
-b2sums=('df5a99e70aee5ed17bffece82e81c98f0a09496b14eacb6c068cf930beccf7905610e6b0240c8f385266ab12c77db6ee482f26b05252166ab22e0e7089f5cf7f')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pre-commit/${_name}/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('ef20744faa05efd084fb7c9715bc1288845047f9092b8559e3dbc4f7b51dcd715caeb269eba36e4e25551ffab1cd9a84f171ea020604f6b1ba4d9215486ef181')
+b2sums=('2ba95b7d2c8ba07100416dd4109263cd38bec327b1f79ea0b3be344dcdcbea62edd81246f36e9b3e91ddb727ff9ad77a96bba4f668dfca030c2ca2469ab25676')
prepare() {
mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
More information about the arch-commits
mailing list