[arch-commits] Commit in python-diff-match-patch/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 22 12:04:19 UTC 2020


    Date: Saturday, August 22, 2020 @ 12:04:19
  Author: jlichtblau
Revision: 686714

upgpkg: python-diff-match-patch 20200713-1 - new upstream release

Modified:
  python-diff-match-patch/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 12:00:10 UTC (rev 686713)
+++ PKGBUILD	2020-08-22 12:04:19 UTC (rev 686714)
@@ -1,19 +1,19 @@
 # Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Bruno Pagani <archange at archlinux.org>
 
 _pkg=diff-match-patch
 pkgname=python-${_pkg}
-pkgver=20181111
-pkgrel=4
+pkgver=20200713
+pkgrel=1
 pkgdesc="Robust algorithms to perform the operations required for synchronizing plain text"
-arch=(any)
+arch=('any')
 url="https://github.com/diff-match-patch-python/diff-match-patch"
-license=(Apache)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb')
+sha256sums=('da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list